Skip to content

Commit 97f2d2c

Browse files
committed
docs(readme): small typo
1 parent c971904 commit 97f2d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ it('redirects a shortened URL to the real URL', async () => {
265265

266266
// e.g. https://xunn.at/gg => https://www.google.com/search?q=next-test-api-route-handler
267267
// shortId would be "gg"
268-
// realUrl would be https://www.google.com/search?q=next-test-api-route-handler
268+
// realLink would be https://www.google.com/search?q=next-test-api-route-handler
269269

270270
const { shortId, realLink } = getUriEntry();
271271
const realUrl = new URL(realLink);

0 commit comments

Comments
 (0)