docs/typechecking: Titlecase the word "With"

- I don't necessarily agree with this, but it's AP style that words with
  four or more letters should start with a capital when in titles.
This commit is contained in:
Issy Long 2020-10-17 21:51:28 +01:00
parent c0642e1b84
commit e54980efd8
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -1,4 +1,4 @@
# Type Checking with Sorbet
# Type Checking With Sorbet
The majority of the code in Homebrew is written in Ruby which is a dynamic
language. To avail the benefits of static type checking, we have set up Sorbet in