We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12881f6 commit 19e4d4cCopy full SHA for 19e4d4c
docs/src/app.tsx
@@ -188,7 +188,7 @@ const App: StatelessComponent<void> = () => (
188
<h3>Defining Transitions Using Inline Styles</h3>
189
<p>
190
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
+ if you want to support legacy browsers. React CSS Transition contains the
192
helper <code>transit(value, duration, timingFunction, delay)</code> which makes defining
193
transitions easy. Both <code>duration</code> and <code>delay</code> accepts a numeric value
194
in milliseconds.
0 commit comments