Skip to content

Commit 32a95c4

Browse files
authored
fix typo (#1430)
fix typo iseFeatureC => useFeatureC
1 parent 1bc10c0 commit 32a95c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reusability/composables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ import { useFeatureC } from './featureC.js'
301301
302302
const { foo, bar } = useFeatureA()
303303
const { baz } = useFeatureB(foo)
304-
const { qux } = iseFeatureC(baz)
304+
const { qux } = useFeatureC(baz)
305305
</script>
306306
```
307307

0 commit comments

Comments
 (0)