Skip to content

Commit e11c7b0

Browse files
authored
docs: fix a typo in docs (#685)
1 parent 8ce8a64 commit e11c7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/src/pages/with-react-router.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const WithReactRouter = ({ data, location }) => (
2727
<h1>Usage with React Router</h1>
2828
<p>
2929
People often want to animate route transitions, which can result in
30-
delightful UX when used in moderation. The first instict might be to use
31-
wrap all routes in <code>TransitionGroup</code>, but that approach
30+
delightful UX when used in moderation. The first instinct might be to
31+
use wrap all routes in <code>TransitionGroup</code>, but that approach
3232
requires hacks and falls apart easily when used with trickier components
3333
of React Router like <code>Redirect</code>. You should use{' '}
3434
<code>CSSTransition</code> for each route and manage their{' '}

0 commit comments

Comments
 (0)