diff --git a/docs/content/2.references/1.monaco-editor.md b/docs/content/2.references/1.monaco-editor.md index bdeaf99..9016c23 100644 --- a/docs/content/2.references/1.monaco-editor.md +++ b/docs/content/2.references/1.monaco-editor.md @@ -62,15 +62,15 @@ interface Emits { Emitted with an instance of [`IStandaloneCodeEditor`](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.IStandaloneCodeEditor.html) when the editor is loaded ## `Ref` of `` -You can access to the editor instanc by using `ref` and `$editor`. +You can access to the editor instance by using `useTemplateRef`(or `ref`) and `$editor`. ```vue