Fix comma splice

This commit is contained in:
Ben Alpert
2014-07-15 22:34:33 -07:00
parent a84124eb6b
commit 7fbdfcaada

View File

@@ -96,7 +96,7 @@ Methods defined within this block are _static_, meaning that you can run them be
string displayName
```
The `displayName` string is used in debugging messages. JSX sets this value automatically, see [JSX in Depth](/react/docs/jsx-in-depth.html#react-composite-components).
The `displayName` string is used in debugging messages. JSX sets this value automatically; see [JSX in Depth](/react/docs/jsx-in-depth.html#react-composite-components).
## Lifecycle Methods