Skip to content

Commit

Permalink
Fix typo in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Machin committed Apr 15, 2015
1 parent baf2af1 commit e283093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var testView = React.createClass({
<View>
<HTMLWebView
style={{width: 300}}
html={this.state.htmlContnets}
html={this.state.htmlContents}
makeSafe={true}
autoHeight={true}
onLink={this.onLink}/>
Expand Down

0 comments on commit e283093

Please sign in to comment.