-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
Description
Describe what the update does
Fix a typo in the documentation.
Provide the suggested modification
Change a comment in https://animejs.com/documentation/getting-started/using-with-react from
// Every anime.js instances declared here are now scopped to <div ref={root}>
to
// Every anime.js instance declared here is now scoped to <div ref={root}>
What changed:
- singular
instance
is
instead ofare
scoped
with 1p