From 60e708f9897a73d0b287df9ae758035d1b623ea1 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 16 Jul 2022 12:39:47 +1000 Subject: Fix grammatical error --- src/components/HelpModal.vue | 2 +- src/components/TutorialPane.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components') 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 @@ here, accessed 24/04/2022.
- 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.
  • 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.
    - {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing it's children + {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing its children
    {{touchDevice ? 'Tap' : 'Click'}} an expanded tile's title to shrink it
    - {{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 - 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
    -- cgit v1.2.3