Typos
PavanLuca opened this issue · 2 comments
There are some typos scattered throughout the game, you can use the LanguageTool website for help in correcting them, such as missing spaces after …, incomplete words and more, it shows typos in a glance making corrections easier.
Intelligence are 👉 Intelligence is
particulary 👉 particularly
are giving us 👉 is giving us
you can some 👉 you can deal some
If you tell me an example of the texts location I can use it to find others and correct them, I'll practice with pull requests 😁.
you can use github code search to find these texts
I found no GitHub code search bar 🤷. If you mean the Go to file
search I tried it but it searches only on files name, not the content. But anyway I found missions descriptions files, they are on missions/(short campaign name).cdogscpn
, both campaign.json and missions.json. Well, great, intuitive and easy to find, I was worrying about nothing 🤣️.