Skip to content

Commit 0d8a515

Browse files
authored
description typo (reactjs#856)
1 parent c89f807 commit 0d8a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/NestedTransition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Example() {
2727
const [showNested, setShowNested] = useState(false);
2828

2929
return (
30-
<StoryFixture description="nested Transtions">
30+
<StoryFixture description="nested Transitions">
3131
<h3>Nested Animations</h3>
3232
<button
3333
onClick={() => {

0 commit comments

Comments
 (0)