aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent1bca6634b31f1e18e8d29233a1502914ae284e2b (diff)
Fix grammatical error
Diffstat (limited to 'src')
-rw-r--r--src/components/HelpModal.vue2
-rw-r--r--src/components/TutorialPane.vue6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue
index 70e7d28..22245e7 100644
--- a/src/components/HelpModal.vue
+++ b/src/components/HelpModal.vue
@@ -243,7 +243,7 @@
<a href="https://opendata.eol.org/dataset/images-list" :style="aStyles">here</a>,
accessed 24/04/2022.
<br/>
- For the source of a specific tile's image, look in it's info pane.
+ For the source of a specific tile's image, look in its info pane.
</li>
<li>
The short descriptions, along with most of the remaining images and name data,
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">