Skip to content

Commit df11d47

Browse files
authored
Update ShareUrlModal.vue (#150)
1 parent 2d4852d commit df11d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/plugins/interactive-examples/workspace/ShareUrlModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Modal :show="show" @close="$emit('close')">
33
<template v-slot:header>Share this example </template>
44
<p>
5-
You can paste this URL into github issues to order to share your setup when filing bugs or questions
5+
You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
66
</p>
77
<hr />
88
<input ref="urlInput" type="text" :value="urlForSharing" class="url-for-sharing" onfocus="this.select()" />

0 commit comments

Comments
 (0)