mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Merge pull request #216 from phleet/patch-1
Docs Typo Fix: s/pased/passed
This commit is contained in:
@@ -77,7 +77,7 @@ A common type of React component is one that extends a basic HTML in a simple wa
|
||||
|
||||
var CheckLink = React.createClass({
|
||||
render: function() {
|
||||
// transferPropsTo() will take any props pased to CheckLink
|
||||
// transferPropsTo() will take any props passed to CheckLink
|
||||
// and copy them to <a>
|
||||
return this.transferPropsTo(<a>{'√ '}{this.props.children}</a>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user