Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
This fixes #27.
  • Loading branch information
xavierfoucrier committed Jan 24, 2022
1 parent 9c46fe5 commit cdbcacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/utils/stagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Contents:

### Basic Usage:

`stagger` is a function `not cunstructor!` that wraps `ANY` module to create staggered animations. You can treat `stagger` function as a `prism` is mounted on top of modules and splits input properties evenly between them:
`stagger` is a function `not constructor!` that wraps `ANY` module to create staggered animations. You can treat `stagger` function as a `prism` is mounted on top of modules and splits input properties evenly between them:

```javascript
// wrap shape in stagger
Expand Down

0 comments on commit cdbcacc

Please sign in to comment.