Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zastavnitskiy authored and ryanflorence committed Sep 5, 2019
1 parent fdd4a45 commit 3958c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/markdown/api/Link.md
Expand Up @@ -91,7 +91,7 @@ const NewsFeed = () => (
<div>
<Link
to="photos/123"
state={{ fromNewsFeed: true }}
state={{ fromFeed: true }}
/>
</div>
)
Expand Down

0 comments on commit 3958c4e

Please sign in to comment.