Skip to content

Commit cdfff6b

Browse files
committed
Merge pull request #2042 from Vpr99/master
Fixed typo in link.
2 parents 9ab0752 + d83c662 commit cdfff6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/basics/RouteConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Continuing with our example above, if a user clicked on a link to `/about` from
176176

177177
### Alternate Configuration
178178

179-
Since [route](/docs/Glossary.md#route)s are usually nested, it's useful to use a concise nested syntax like [JSX](https://facebook.github.io/jsx/) to describe their relationship to one another. However, you may also use an array of plain [route](/docs/Glossary.md#route) objects if you prefer to avoid using JSX.
179+
Since [routes](/docs/Glossary.md#route) are usually nested, it's useful to use a concise nested syntax like [JSX](https://facebook.github.io/jsx/) to describe their relationship to one another. However, you may also use an array of plain [route](/docs/Glossary.md#route) objects if you prefer to avoid using JSX.
180180

181181
The route config we've discussed up to this point could also be specified like this:
182182

0 commit comments

Comments
 (0)