Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
reder () to render () ;)
  • Loading branch information
radjivF committed Nov 8, 2017
1 parent 3225cd0 commit 2b51096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -177,7 +177,7 @@ class Button extends React.Component() {
getTheme() {
return this.context.theme || defaultTheme
}
reder() {
render() {
var {label, mod, style} = this.props;
var s = this.getTheme().getStyle('button', mod, style)
return <button style={s}>{label}</button>
Expand Down

0 comments on commit 2b51096

Please sign in to comment.