oceanbit / GitShark

🦈 A Git client to surf through your repos on mobile
https://gitshark.dev
Mozilla Public License 2.0
137 stars 9 forks source link

UX copy: Capitalise ‘Git’, correct ‘checkout’ to ‘check out’ #82

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello! I have for you some quick UX copy corrections.

Capitalise ‘Git’

‘Git’ is a proper noun and therefore must be capitalised. Only in terminal commands is it correct to lowercase the word. From the Git documentation: ‘Path to wherever your core Git programs are installed.’ (Emphasis mine.)

Correct ‘checkout’ to ‘check out’

‘Checkout’ is a noun describing the process of checking something out. GitShark appears to confuse it with the phrasal verb ‘check out’. From the Git documentation: ‘By default, if you try to check out such an entry from the index, the checkout operation will fail and nothing will be checked out.’ (Emphasis mine.)

I will be more than happy to further clarify these fixes if necessary. I hope they help!

crutchcorn commented 3 years ago

I admittedly did not know these rules, but you've outlined them in a well-outlined manner. Appreciate the help with the copy here - merging