Skip to content

Commit 8a91184

Browse files
committed
Fixed typo
1 parent 277ba50 commit 8a91184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/00 Guides/0 Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ var routes = {
162162
]
163163
};
164164

165-
React.render(<Router history={new HashHistory()} children={routes}/>, document.body):
165+
React.render(<Router history={new HashHistory()} children={routes}/>, document.body);
166166
```
167167

168168
Adding more UI

0 commit comments

Comments
 (0)