Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #243 from kinware/feature/doc-fix
Browse files Browse the repository at this point in the history
Add missing significant 'no' word in docs
  • Loading branch information
ryan-roemer authored Jan 16, 2018
2 parents cf4ffdc + 09a2257 commit b60a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ You can also match a fragment against anything in the current `location` object:

You can use `withConditions` in conjunction with `forRoute` to set strict conditions for when a `<Fragment>` should display.

To show a `Fragment` when other `Fragment`s match a route, use `<Fragment forNoMatch />`.
To show a `Fragment` when no other `Fragment`s match a route, use `<Fragment forNoMatch />`.

`<Fragment>` lets you nest fragments to match your UI hierarchy to your route hierarchy, much like the `<Route>` component does in `react-router@v3`. Given a URL of `/about/bio/dat-boi`, and the following elements:

Expand Down

0 comments on commit b60a98e

Please sign in to comment.