Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Oct 11, 2024
1 parent 0accea5 commit 9be2b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// cSpell:disable (don't complain about the words we listed here)
"flagWords": ["hte"]
"flagWords": ["hte", "comunity"]
}
4 changes: 2 additions & 2 deletions src/routes/community/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<p>
<T
keyName="community.welcome.description"
defaultValue="Welcome to the Satisfactory Modding comunity! Click here for a guide to help you get started playing with
mods." />
defaultValue="Welcome to the Satisfactory Modding community! Click here for a guide to help you get started playing with
mods. Currently only available in English." />
</p>
<LinkButton
url="https://docs.ficsit.app/satisfactory-modding/latest/ForUsers/Welcome.html"
Expand Down

0 comments on commit 9be2b15

Please sign in to comment.