Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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