Skip to content

Commit 7c18d7a

Browse files
committed
fix: correct terminology in motion documentation for clarity
1 parent 009162f commit 7c18d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.components/1.motion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import { motion } from 'motion-v'
6969
</template>
7070
```
7171

72-
for Component, You can also use `motion.create` to create a motion version of any custom component:
72+
for Component, You can also use `motion.create` to create a motion Component of any custom component:
7373

7474
```vue
7575
<script setup lang="ts">

0 commit comments

Comments
 (0)