From 575727100a3db8481418219205d685ca2c2b193e Mon Sep 17 00:00:00 2001 From: Ujjwal Ojha Date: Wed, 12 Oct 2016 20:34:56 +0545 Subject: [PATCH] Fix typo (#7909) --- docs/docs/ref-01-top-level-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ref-01-top-level-api.md b/docs/docs/ref-01-top-level-api.md index bb22b2bd62..8b6afeff92 100644 --- a/docs/docs/ref-01-top-level-api.md +++ b/docs/docs/ref-01-top-level-api.md @@ -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.