Skip to content

Commit 10f49c6

Browse files
Update README.md
1 parent 59598ff commit 10f49c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ yarn @codemirror/theme-one-dark
7171
<template>
7272
<codemirror
7373
v-model="code"
74-
placeholder="Code gose here..."
74+
placeholder="Code goes here..."
7575
:style="{ height: '400px' }"
7676
:autofocus="true"
7777
:indent-with-tab="true"
@@ -122,7 +122,7 @@ app.use(VueCodemirror, {
122122
disabled: false,
123123
indentWithTab: true,
124124
tabSize: 2,
125-
placeholder: 'Code gose here...',
125+
placeholder: 'Code goes here...',
126126
extensions: [basicSetup]
127127
// ...
128128
})

0 commit comments

Comments
 (0)