Skip to content

Commit 61dedda

Browse files
aickingaearon
authored andcommitted
As pointed out by @gaearon in code review comment #10024 (comment) , ReactDOMServer is an object, not a class. (#10027)
1 parent 76b916b commit 61dedda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/reference-react-dom-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you load React from a `<script>` tag, these top-level APIs are available on t
1010

1111
## Overview
1212

13-
The `ReactDOMServer` class allows you to render your components on the server.
13+
The `ReactDOMServer` object allows you to render your components on the server.
1414

1515
- [`renderToString()`](#rendertostring)
1616
- [`renderToStaticMarkup()`](#rendertostaticmarkup)

0 commit comments

Comments
 (0)