Skip to content

Commit

Permalink
Fixed typo in example (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-knight authored Feb 23, 2023
1 parent 3dede82 commit 02b2730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/advanced/wc.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ When the following Vue application is registered as a custom element of Web Comp

```javascript
import { createApp } from 'vue'
import { I18nHostElement } from './paht/to/I18nHostElement'
import { HelloI18nElement } from './paht/to/HelloI18nElement'
import { I18nHostElement } from './path/to/I18nHostElement'
import { HelloI18nElement } from './path/to/HelloI18nElement'
import App from './App.vue'

customElements.define('i18n-host', I18nHostElement)
Expand Down

0 comments on commit 02b2730

Please sign in to comment.