Browse Source

Fixed link to displayName component spec from JSX in depth article

main
Prathamesh Sonpatki 10 years ago
parent
commit
b305bdb5ea
  1. 2
      docs/02.1-jsx-in-depth.md

2
docs/02.1-jsx-in-depth.md

@ -73,7 +73,7 @@ var app = React.createElement(
);
```
JSX will infer the class's [displayName](/react/docs/component-specs.html#displayName) from the variable assignment when the displayName is undefined:
JSX will infer the class's [displayName](/react/docs/component-specs.html#displayname) from the variable assignment when the displayName is undefined:
```javascript
// Input (JSX):

Loading…
Cancel
Save