diff --git a/src/core/ReactContext.js b/src/core/ReactContext.js index 18f8206fbc..18ce40fe3b 100644 --- a/src/core/ReactContext.js +++ b/src/core/ReactContext.js @@ -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