Skip to content

Commit

Permalink
Fix small issue in ReactContext comment
Browse files Browse the repository at this point in the history
Noticed this the other day and meant to fix it.
  • Loading branch information
robarnold committed Jul 20, 2014
1 parent 9371224 commit 83e5e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ReactContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var ReactContext = {
* A typical use case might look like
*
* render: function() {
* var children = ReactContext.withContext({foo: 'foo'} () => (
* var children = ReactContext.withContext({foo: 'foo'}, () => (
*
* ));
* return <div>{children}</div>;
Expand Down

0 comments on commit 83e5e9b

Please sign in to comment.