Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohee Lee committed Oct 25, 2018
1 parent 7706b3f commit a984b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ First implement `<viewer/>` in the template.
</template>
```
And then add `EditorViewer` to the `components` in your component or Vue instance like this:
And then add `Viewer` to the `components` in your component or Vue instance like this:
```js
import { Viewer } from '@toast-ui/vue-editor'
Expand Down

0 comments on commit a984b18

Please sign in to comment.