Skip to content

Commit 0886e47

Browse files
authored
docs: fix typo (#99)
1 parent d9883bd commit 0886e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/macros/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
List of all available macros.
44

5-
Please make sure `unplugin-vue-macros` is set up correctly. If you have't yet, read [Getting Started](/guide/getting-started) first.
5+
Please make sure `unplugin-vue-macros` is set up correctly. If you haven't yet, read [Getting Started](/guide/getting-started) first.
66

77
- [defineOptions](/macros/define-options)
88
- [defineModel](/macros/define-model)

docs/macros/setup-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ export const App: SetupFC = () => {
5454

5555
## Known Issues
5656

57-
- TypeScript support is not yet complete.
57+
- TypeScript support is not yet completed.
5858
- The source map does not correspond properly.

docs/macros/setup-sfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ export default () => (
100100
## Known Issues
101101

102102
- The source map does not correspond properly in JSX/TSX files.
103-
- TypeScript support is not yet complete.
103+
- TypeScript support is not yet completed.

0 commit comments

Comments
 (0)