Browse Source

Fix comma splice

main
Ben Alpert 11 years ago
parent
commit
7fbdfcaada
  1. 2
      docs/ref-03-component-specs.md

2
docs/ref-03-component-specs.md

@ -96,7 +96,7 @@ Methods defined within this block are _static_, meaning that you can run them be
string displayName 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 ## Lifecycle Methods

Loading…
Cancel
Save