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 c89f807 commit 0d8a515Copy full SHA for 0d8a515
stories/NestedTransition.js
@@ -27,7 +27,7 @@ function Example() {
27
const [showNested, setShowNested] = useState(false);
28
29
return (
30
- <StoryFixture description="nested Transtions">
+ <StoryFixture description="nested Transitions">
31
<h3>Nested Animations</h3>
32
<button
33
onClick={() => {
0 commit comments