docs
docs copied to clipboard
Fix some typos in Berry.md
I assumed heuristically en_US language.
Thanks, yes we assume en_US.
I'm ok with most changes except:
- "filesystem" instead of "Filesystem" - I don't understand why you capitalized it
- "Zigbee" instead of "ZigBee" - the camel case here is ugly and quite uncommon
Can you please change accordingly?
* "filesystem" instead of "Filesystem" - I don't understand why you capitalized it
I named it after the section name:
$ git grep -e '#.*Filesystem' -- docs/Berry.md
docs/Berry.md:## Loading Filesystem
$ git log -n1
commit a35f85e184315200a31f07447d7e7400ea92b1ac (HEAD -> master, origin/master, origin/HEAD)
Author: Stephan Hadinger <[email protected]>
Date: Sun Jun 29 07:17:19 2025 +0000
Update Berry short manual
Yes, capitalization in titles is common, but I prefer to keep it lowercase in text.
I prefer to keep it lowercase in text.
PR has been updated accordingly.
Thanks