Fix two typos#2
Conversation
|
Yeah our internal CI does run some linters which should have caught this, will investigate why, and we'll also work to make that more visible here. In the mean time could you please follow the contribution guide for DCO and PR descriptions. https://github.com/EpicGames/lore/blob/main/CONTRIBUTING.md#dco-sign-off |
|
There is also a typo in the german version of https://lore.org/ under "Wie unterscheidet sich Lore von anderen Lösungen zur Versionskontrolle?": I didn't find the website source for a PR or another means to give feedback. |
Thank you, I'll pass this on to the website maintainers. In the mean time could you rebase/merge main to pick up our latest PR checks. |
You should get some github actions to run codespell or similar tools. Once you go down the github actions route though, consider using zizmor to lint said actions. See what we do over here.