Commit Graph

8 Commits

Author SHA1 Message Date
Richard Littauer 4f7b37f73a Delete extraneous period 2014-12-15 13:14:00 -08:00
Jim dbe16a357b Using semicolon instead of "and" conjunction
The use of the conjunction "and" leads to an improper assertion about what should/shouldn't be done.  Using a semicolon resolves this by indicating the contrasting alternative.
2014-11-06 14:50:35 -08:00
Paul O’Shannessy dcf415c2b9 BSD + PATENTS 2014-10-10 13:34:07 -07:00
Paul O’Shannessy 62a336f9ab Update CONTRIBUTING.md 2014-07-30 13:09:23 -07:00
Tom Occhino a91c9f38f8 Update CONTRIBUTING.md
Updating doc to point to the brand new CLA form at https://code.facebook.com/cla
2014-03-27 23:57:32 -07:00
Ben Ripkens cd2aecc377 fix(ServerRendering): execution should be sync
The documentation states that React.renderComponentToString
'uses a callback API to keep the API async', but the
implementation is actually synchronous. In order to maintain
this contract the callback should always be called
asynchronously or be change to a synchronous API.

As per the discussion of pull request 982, the API should
be changed to a synchronous one.
2014-02-03 11:39:09 +01:00
petehunt 2087fde8ee Update CONTRIBUTING.md 2013-05-29 14:52:42 -06:00
Paul O’Shannessy 75897c2dcd Initial public release 2013-05-29 12:54:02 -07:00