Skip to content

Commit

Permalink
description typo (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
paxaxel223 committed Sep 29, 2022
1 parent 0165324 commit 864454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/NestedTransition.js
Expand Up @@ -27,7 +27,7 @@ function Example() {
const [showNested, setShowNested] = useState(false);

return (
<StoryFixture description="nested Transtions">
<StoryFixture description="nested Transitions">
<h3>Nested Animations</h3>
<button
onClick={() => {
Expand Down

0 comments on commit 864454f

Please sign in to comment.