Skip to content

Commit

Permalink
As pointed out by @gaearon in code review comment facebook#10024 (com…
Browse files Browse the repository at this point in the history
…ment) , ReactDOMServer is an object, not a class.
  • Loading branch information
aickin committed Jun 23, 2017
1 parent 8e251c5 commit da19423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference-react-dom-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you load React from a `<script>` tag, these top-level APIs are available on t

## Overview

The `ReactDOMServer` class allows you to render your components on the server.
The `ReactDOMServer` object allows you to render your components on the server.

- [`renderToString()`](#rendertostring)
- [`renderToStaticMarkup()`](#rendertostaticmarkup)
Expand Down

0 comments on commit da19423

Please sign in to comment.