Skip to content

Commit

Permalink
docs: fix small typo in testing.js (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfiller committed Mar 20, 2022
1 parent b034f72 commit 9923217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Testing = ({ data, location }) => (
<pre className="language-js">
<code>
{`
import { config } from 'react-transition-group
import { config } from 'react-transition-group'
config.disabled = true
`.trim()}
Expand Down

0 comments on commit 9923217

Please sign in to comment.