Skip to content

Commit 16e535c

Browse files
fix: fix typo in comment
1 parent 3d2b90e commit 16e535c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface CSSAnimationProps {
3232
}
3333

3434
/**
35-
* A `spin` style object to an `Animated` component add a linear spinning animation. Great for loaders.
35+
* Add `spin` style object to an `Animated` component add a linear spinning animation. Great for loaders.
3636
*/
3737
export const spin: CSSAnimationProperties = {
3838
animationName: {

0 commit comments

Comments
 (0)