Skip to content

Commit 57429a7

Browse files
authored
Fix whack github highlighting
Should be using a curly apostrophe anyway, so two birds with one stone here.
1 parent 6090354 commit 57429a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const OverlayExample = React.createClass({
113113
target={ props => findDOMNode(this.refs.target)}
114114
>
115115
<ToolTip>
116-
I'm placed to the: <strong>{this.state.placement}</strong>
116+
Im placed to the: <strong>{this.state.placement}</strong>
117117
</ToolTip>
118118
</Overlay>
119119
</div>

0 commit comments

Comments
 (0)