From e54980efd8d2a409b2267d318182134b9a37b396 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 17 Oct 2020 21:51:28 +0100 Subject: [PATCH] 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. --- docs/Typechecking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Typechecking.md b/docs/Typechecking.md index 5f6818bf15..9947b3b76f 100644 --- a/docs/Typechecking.md +++ b/docs/Typechecking.md @@ -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