Skip to content

Commit

Permalink
💬 (about): Fix typo: pronounciation to pronunciation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed May 28, 2023
1 parent 6c3769b commit 5196c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/AboutPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</p>
<p>
When performing conversions, the application will attempt to perform the conversion
from the pronounciation in the database first.<br />
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 />
</p>
Expand All @@ -112,7 +112,7 @@
</li>
<li>
<v-code tag="code">garages</v-code> will successfully be converted to "7460"
because the pronounciation is the same, but with an /s/ at the end of the word.
because the pronunciation is the same, but with an /s/ at the end of the word.
</li>
<li>
Now to see the wordlist in action. <v-code tag="code">garagez</v-code> will
Expand Down

0 comments on commit 5196c1d

Please sign in to comment.