We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c971904 commit 97f2d2cCopy full SHA for 97f2d2c
README.md
@@ -265,7 +265,7 @@ it('redirects a shortened URL to the real URL', async () => {
265
266
// e.g. https://xunn.at/gg => https://www.google.com/search?q=next-test-api-route-handler
267
// shortId would be "gg"
268
- // realUrl would be https://www.google.com/search?q=next-test-api-route-handler
+ // realLink would be https://www.google.com/search?q=next-test-api-route-handler
269
270
const { shortId, realLink } = getUriEntry();
271
const realUrl = new URL(realLink);
0 commit comments