Skip to content

Commit b51a6ea

Browse files
authored
Update README.md
1 parent bc5fa45 commit b51a6ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MojoJS-Animation is licensed under the [MIT License](https://github.com/scottcgi
4444

4545
```js
4646
/**
47-
* Create animation object.
47+
* Create an animation object.
4848
*
4949
* @param {String (selector) | Array<HTMLElement> | NodeList | HTMLElement} targets
5050
*/
@@ -54,7 +54,7 @@ MojoJS-Animation is licensed under the [MIT License](https://github.com/scottcgi
5454
/**
5555
* Animate with config.
5656
*
57-
* the variable params is optional and no order limit, they can be:
57+
* the variable params are optional and no order limit, they can be:
5858
*
5959
* duration (Number) : animation time.
6060
* isQueue (Boolean) : inqueue or concurrent.

0 commit comments

Comments
 (0)