Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leplay committed Jul 26, 2019
1 parent 7964f77 commit 5b1af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<button @click="toggleConfig" v-else>Hide Config</button>
<div class="code-editor config" v-if="showConfig">
<codemirror class="code-editor" v-model="config" :options="configOptions"></codemirror>
<p class="tips">* If you change the default config, the examples will be unavailable in this browser. You can find them back by open an incognito window.</p>
<p class="tips">* If you change the default config, the examples will be unavailable in this browser. You can get them back by opening an incognito window.</p>
<button @click="saveConfig">Save Config</button>
</div>
</div>
Expand Down

0 comments on commit 5b1af4d

Please sign in to comment.