From 9cf43a181c18a3f3cec3e8565887a0e0ebb5169c Mon Sep 17 00:00:00 2001 From: Takashi Idobe Date: Sat, 9 May 2020 09:55:09 -0500 Subject: [PATCH] grammar fix for How-To-Create-and-Maintain-a-Tap changing `with you github username` to `with your github username`. --- docs/How-to-Create-and-Maintain-a-Tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 29e69abe6b..8c3e02e233 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -72,7 +72,7 @@ See [homebrew/cask](https://github.com/Homebrew/homebrew-cask) for an example of ### Naming Unlike formulae, casks must have globally unique names to avoid clashes. -This can be achieved by e.g. prepending the cask name with you github username: `username-formula-name`. +This can be achieved by e.g. prepending the cask name with your github username: `username-formula-name`. ## External commands