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