Skip to content

Commit 9923217

Browse files
authored
docs: fix small typo in testing.js (#806)
1 parent b034f72 commit 9923217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/pages/testing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Testing = ({ data, location }) => (
3535
<pre className="language-js">
3636
<code>
3737
{`
38-
import { config } from 'react-transition-group
38+
import { config } from 'react-transition-group'
3939
4040
config.disabled = true
4141
`.trim()}

0 commit comments

Comments
 (0)