Skip to content

Commit

Permalink
Removed extra semicolon
Browse files Browse the repository at this point in the history
Summary: Closes #13389

Differential Revision: D4854128

Pulled By: hramos

fbshipit-source-id: bd7d0d12eae51fed31cf4bc2260b8c4f447e08c8
  • Loading branch information
César Alberca authored and facebook-github-bot committed Apr 8, 2017
1 parent 6f8ce41 commit a1e06df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MainScreen extends React.Component {
<Button
title="Go to Jane's profile"
onPress={() =>
navigate('Profile', { name: 'Jane' });
navigate('Profile', { name: 'Jane' })
}
/>
);
Expand Down

0 comments on commit a1e06df

Please sign in to comment.