Skip to content

Commit e7fb548

Browse files
authored
Update animated-elements.mdx
A couple of typos.
1 parent bf81ee9 commit e7fb548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/concepts/animated-elements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { animated } from '@react-spring/web'
3838
<animated.mesh />
3939
```
4040

41-
If you've used `framer-motion` before, will most like be familiar with the dot notation of accessing a dictionary of components.
41+
If you've used `framer-motion` before, you will most likely be familiar with the dot notation of accessing a dictionary of components.
4242

4343
So while being able to use `animated.element` is useful, most cases you'll want to style said element. `react-spring` has no preference on styling techniques,
4444
common techniques like `css modules` or [`tailwind`](https://tailwindcss.com/) can work because every animated element can accept the properties of the native element, e.g. `className`.

0 commit comments

Comments
 (0)