Skip to content

Commit 0700d56

Browse files
committed
Merge pull request #1306 from swirlycheetah/patch-1
Fix tiny spelling error in readme
2 parents b4bb9db + dac83d9 commit 0700d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var User = React.createClass({
106106
});
107107

108108
// Declarative route configuration (could also load this config lazily
109-
// instead, all you reall need is a single root route, you don't need to
109+
// instead, all you really need is a single root route, you don't need to
110110
// colocate the entire config).
111111
React.render((
112112
<Router history={BrowserHistory}>

0 commit comments

Comments
 (0)