Skip to content

Commit 2252262

Browse files
author
Sasha Bayan
committed
correct spelling error
1 parent 0015727 commit 2252262

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/src/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const Test = React.createClass({
8989
<div className="section">
9090
<h4 className='title'>Advance features</h4>
9191
<p className="sub-title">Use everything as tooltip</p>
92-
92+
9393
<div className="example-jsx">
9494
<div className="side">
9595
<a data-tip data-for='happyFace'> d(`・∀・)b </a>
@@ -113,12 +113,12 @@ const Test = React.createClass({
113113
"</ReactTooltip>"}</p>
114114
</div>
115115
</pre>
116-
116+
117117
<div className="example-jsx">
118118
<div className="side"><a data-tip data-for='global'> σ`∀´)σ </a></div>
119119
<div className="side"><a data-tip data-for='global'> (〃∀〃) </a></div>
120120
<ReactTooltip id='global'>
121-
<p>This is a globle react component tooltip</p>
121+
<p>This is a global react component tooltip</p>
122122
<p>You can put every thing here</p>
123123
<ul>
124124
<li>Word</li>
@@ -132,7 +132,7 @@ const Test = React.createClass({
132132
<p>{"<a data-tip data-for='global'> σ`∀´)σ </a>\n" +
133133
"<a data-tip data-for='global'> (〃∀〃) </a>\n" +
134134
"<ReactTooltip id='global'>\n" +
135-
" <p>This is a globle react component tooltip</p>\n" +
135+
" <p>This is a global react component tooltip</p>\n" +
136136
" <p>You can put every thing here</p>\n" +
137137
" <ul>\n" +
138138
" " + " " + " <li>Word</li>\n" +
@@ -149,7 +149,7 @@ const Test = React.createClass({
149149
<div className="section">
150150
<h4 className='title'>Customer event</h4>
151151
<p className="sub-title"></p>
152-
152+
153153
<div className="example-jsx">
154154
<div className="side">
155155
<a data-for='customer-event' data-tip='customer event' data-event='click' data-type='info'>( •̀д•́)</a>

0 commit comments

Comments
 (0)