Skip to content

Commit de2079d

Browse files
authored
Editorial fixes (#1099)
1 parent 225991f commit de2079d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/.ja/guide/advanced/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript Support
22

3-
:::tip Support Version
3+
:::tip Supported Versions
44
:new: 9.2+
55
:::
66

docs/.ja/guide/advanced/wc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web components
22

3-
:::tip Support Version
3+
:::tip Supported Versions
44
:new: 9.2+
55
:::
66

@@ -82,7 +82,7 @@ import I18nHost from './components/I18nHost.ce.vue'
8282

8383
const I18nHostElement = defineCustomElement(I18nHost)
8484

85-
export { I18nHostElement }
85+
export { I18nHostElement }
8686
```
8787

8888
以下のような `useI18n` が実装、そして exportされた Web Components を:

docs/guide/advanced/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TypeScript Support
22

3-
:::tip Support Version
3+
:::tip Supported Versions
44
:new: 9.2+
55
:::
66

docs/guide/advanced/wc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web components
22

3-
:::tip Support Version
3+
:::tip Supported Versions
44
:new: 9.2+
55
:::
66

@@ -81,7 +81,7 @@ import I18nHost from './components/I18nHost.ce.vue'
8181

8282
const I18nHostElement = defineCustomElement(I18nHost)
8383

84-
export { I18nHostElement }
84+
export { I18nHostElement }
8585
```
8686

8787
The following `useI18n` implements and exports Web Components to:

0 commit comments

Comments
 (0)