Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Jan 19, 2022
1 parent 743f324 commit 1b86aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/middleware-relative-urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function middleware(request: NextRequest) {
}
```

Or you can simply pass a string containing a valid absolute URL.
You can also pass directly a string containing a valid absolute URL.

### Useful Links

Expand Down

0 comments on commit 1b86aca

Please sign in to comment.