grammar fix for How-To-Create-and-Maintain-a-Tap

changing `with you github username` to `with your github username`.
This commit is contained in:
Takashi Idobe 2020-05-09 09:55:09 -05:00 committed by GitHub
parent 7750ae1983
commit 9cf43a181c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ See [homebrew/cask](https://github.com/Homebrew/homebrew-cask) for an example of
### Naming ### Naming
Unlike formulae, casks must have globally unique names to avoid clashes. 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 ## External commands