Skip to content

Commit 9e60a4e

Browse files
authored
refactored
1 parent 9bf662b commit 9e60a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default HOC('NewAnimation', newAnimation); // Creates the component
4848

4949
Note that HOC takes two arguments, one is the name of your component and the other is the keyframe defined for the animation.
5050

51-
If you want to create multiple animation components, create a single object and export it like this
51+
If you want to create multiple animation components, create a single object and export it.
5252

5353
```javascript
5454
// newAnimation.js
@@ -110,7 +110,7 @@ yarn build
110110
```
111111

112112
### Running the animations
113-
To check wether the animations and its properties are working, there is a [starter kit](). Import any newly created animation like this
113+
To check wether the animations and its properties are working, there is a [starter kit](). Example -
114114

115115
```javascript
116116
// ./starter/App.js

0 commit comments

Comments
 (0)