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

Commit

Permalink
Merge pull request #94 from scsper/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
mridgway committed Oct 19, 2015
2 parents 169e210 + 3ce688b commit 5acc519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/NavLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in navigation events.

Here are two examples of generating `NavLink` using `href` property, and using `routeName` property. Using `href` property is better than using `routeName`, because:

* Using `href` makes your code more readible, as it shows exactly how the `href` is generated.
* Using `href` makes your code more readable, as it shows exactly how the `href` is generated.
* Using `routeName` allows generating the `href` from the `routeName` and `navParams` props. Does not support querystring or hash fragment.

```js
Expand Down

0 comments on commit 5acc519

Please sign in to comment.