mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix typo (#7909)
This commit is contained in:
committed by
Brandon Dail
parent
b728fa0c17
commit
575727100a
@@ -216,4 +216,4 @@ If you call `ReactDOM.render()` on a node that already has this server-rendered
|
||||
string renderToStaticMarkup(ReactElement element)
|
||||
```
|
||||
|
||||
Similar to `renderToString`, except this doesn't create extra DOM attributes such as `data-react-id`, that React uses internally. This is useful if you want to use React as a simple static page generator, as stripping away the extra attributes can save lots of bytes.
|
||||
Similar to `renderToString`, except this doesn't create extra DOM attributes such as `data-reactid`, that React uses internally. This is useful if you want to use React as a simple static page generator, as stripping away the extra attributes can save lots of bytes.
|
||||
|
||||
Reference in New Issue
Block a user