Skip to content

Commit

Permalink
Fix error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jul 18, 2015
1 parent 83b9c43 commit 69a2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var routes = [
{route:'http://google.com', caption='Go to Google.com'},
];
var actions = [
{caption:"Primary", style:"primary", icon="access_alarm"}
{caption: "Primary", style: "primary", icon: "access_alarm"}
];
<Navigation routes={routes} actions={actions} />
Expand Down

0 comments on commit 69a2d16

Please sign in to comment.