aboutsummaryrefslogtreecommitdiff
path: root/src/components/TutorialPane.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-16 12:39:47 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-16 12:40:57 +1000
commit60e708f9897a73d0b287df9ae758035d1b623ea1 (patch)
treea1d5beb15ece77fba113d6784a2f4828bd78655d /src/components/TutorialPane.vue
parent1bca6634b31f1e18e8d29233a1502914ae284e2b (diff)
Fix grammatical error
Diffstat (limited to 'src/components/TutorialPane.vue')
-rw-r--r--src/components/TutorialPane.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue
index 8de656c..dd772b1 100644
--- a/src/components/TutorialPane.vue
+++ b/src/components/TutorialPane.vue
@@ -9,15 +9,15 @@
This is a visual explorer for the biological Tree of Life.
</div>
<div v-else-if="stage == 1" :style="contentStyles">
- {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing it's children
+ {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing its children
</div>
<div v-else-if="stage == 2" :style="contentStyles">
{{touchDevice ? 'Tap' : 'Click'}} an expanded tile's title to shrink it
</div>
<div v-else-if="stage == 3" :style="contentStyles">
- {{touchDevice ? 'Double tap' : 'Click and hold'}} a tile to hide it's ancestors
+ {{touchDevice ? 'Double tap' : 'Click and hold'}} a tile to hide its ancestors
<span class="block text-sm brightness-50">
- For an expanded tile, {{touchDevice ? 'double tap' : 'click and hold'}} it's title
+ For an expanded tile, {{touchDevice ? 'double tap' : 'click and hold'}} its title
</span>
</div>
<div v-else-if="stage == 4" :style="contentStyles">