Skip to content

Commit 4af7f6c

Browse files
authored
Fixed a minor typo (vercel#15077)
1 parent 03d4d14 commit 4af7f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/url-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The reason this is going away is that we want to make things very predictable an
1212

1313
https://github.com/zeit/next-codemod#url-to-withrouter
1414

15-
Since Next 5 we provide a way to explicitly inject the Next.js router object into pages and all their decending components.
15+
Since Next 5 we provide a way to explicitly inject the Next.js router object into pages and all their descending components.
1616
The `router` property that is injected will hold the same values as `url`, like `pathname`, `asPath`, and `query`.
1717

1818
Here's an example of using `withRouter`:

0 commit comments

Comments
 (0)