Skip to content

Commit

Permalink
馃挰 (about): Tweak approximation text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 28, 2023
1 parent 5196c1d commit abf6d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/AboutPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
<p>
When performing conversions, the application will attempt to perform the conversion
from the pronunciation in the database first.<br />
If the word cannot be found, then it will fallback to estimating the conversion by
comparing letters instead of sounds.<br />
If the word cannot be found, then it will approximate the output by comparing letters
instead of sounds.<br />
</p>
<div>
To see this in action,
Expand All @@ -117,7 +117,7 @@
<li>
Now to see the wordlist in action. <v-code tag="code">garagez</v-code> will
convert to "7470" because the word is not in the wordlist, so the system has to
guess on the conversion.
approximate the output.
</li>
</ol>
</div>
Expand Down

0 comments on commit abf6d8c

Please sign in to comment.