Skip to content

Commit c98bf09

Browse files
committed
Typo
1 parent f4cea8b commit c98bf09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Snippets/Swing.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const cssStyling = `
3939
4040
.exampleClass:hover {
4141
animation: swing 1s ease;
42-
nimation-iteration-count: 1;
42+
animation-iteration-count: 1;
4343
}
4444
`;
4545

@@ -49,9 +49,9 @@ const scssStyling = `
4949
5050
&:hover {
5151
animation: swing 1s ease;
52-
nimation-iteration-count: 1;
52+
animation-iteration-count: 1;
5353
}
54-
}
54+
}
5555
`;
5656

5757
export { stitchesStyling, cssStyling, scssStyling, Component };

0 commit comments

Comments
 (0)