Skip to content

Commit 19e4d4c

Browse files
committed
Fix typo
1 parent 12881f6 commit 19e4d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const App: StatelessComponent<void> = () => (
188188
<h3>Defining Transitions Using Inline Styles</h3>
189189
<p>
190190
Transitions can be defined using inline styles. The provided styles must be already prefixed
191-
if you want to support legacy browsers. Reactt CSS Transition contains the
191+
if you want to support legacy browsers. React CSS Transition contains the
192192
helper <code>transit(value, duration, timingFunction, delay)</code> which makes defining
193193
transitions easy. Both <code>duration</code> and <code>delay</code> accepts a numeric value
194194
in milliseconds.

0 commit comments

Comments
 (0)