We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4852d commit df11d47Copy full SHA for df11d47
src/.vuepress/plugins/interactive-examples/workspace/ShareUrlModal.vue
@@ -2,7 +2,7 @@
2
<Modal :show="show" @close="$emit('close')">
3
<template v-slot:header>Share this example </template>
4
<p>
5
- You can paste this URL into github issues to order to share your setup when filing bugs or questions
+ You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
6
</p>
7
<hr />
8
<input ref="urlInput" type="text" :value="urlForSharing" class="url-for-sharing" onfocus="this.select()" />
0 commit comments