From a984b187ae943bdfa5ea2b8bdd8e399884086508 Mon Sep 17 00:00:00 2001 From: Sohee Lee Date: Thu, 25 Oct 2018 20:15:48 +0900 Subject: [PATCH] docs: fix typo --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 1af1b04..6f76852 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -325,7 +325,7 @@ First implement `` in the 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'