Skip to content

Commit cdbcacc

Browse files
Fix small typo
This fixes #27.
1 parent 9c46fe5 commit cdbcacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/utils/stagger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Contents:
1111

1212
### Basic Usage:
1313

14-
`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:
14+
`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:
1515

1616
```javascript
1717
// wrap shape in stagger

0 commit comments

Comments
 (0)