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