Skip to content

Commit 13ccf78

Browse files
alotofnoodlestimneutkens
authored andcommitted
Fix typo in README (#1427)
`routing`not `routig`
1 parent fbc6c47 commit 13ccf78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Router.onAppUpdated = (nextUrl) => {
409409
</ul>
410410
</details></p>
411411

412-
Shallow routig allows you to change the URL without running `getInitialProps`. You'll receive the updated `pathname` and the `query` via the `url` prop of the same page that's loaded, without losing state.
412+
Shallow routing allows you to change the URL without running `getInitialProps`. You'll receive the updated `pathname` and the `query` via the `url` prop of the same page that's loaded, without losing state.
413413

414414
You can do this by invoking the eith `Router.push` or `Router.replace` with `shallow: true` option. Here's an example:
415415

0 commit comments

Comments
 (0)