Update introduction.md (#20129)

Grammar correction.
This commit is contained in:
Craig Johnson 2020-12-14 14:25:52 +05:30 committed by GitHub
parent 929f17e183
commit 114f4801df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ To match a dynamic segment you can use the bracket syntax. This allows you to ma
## Linking between pages
The Next.js router allows you to do client-side route transitions between pages, similarly to a single-page application.
The Next.js router allows you to do client-side route transitions between pages, similar to a single-page application.
A React component called `Link` is provided to do this client-side route transition.