From 988b4e5f8ae149a72c32ae7ff85a2e3e1a8a6b0e Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 17 Mar 2017 00:19:58 +0100 Subject: Fix small typos in How-to-Create-and-Maintain-a-Tap.md --- docs/How-to-Create-and-Maintain-a-Tap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 5c8f3a8c4..4e10e2f2b 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -42,11 +42,11 @@ avoid conflicts. ## Maintaining a tap A tap is just a git repository so you don’t have to do anything specific when -making modifications apart from committing and pushing your changes. +making modifications,  apart from committing and pushing your changes. ### Updating -Once your tap installed, Homebrew will update it each time an user runs -`brew update`. Outdated formulae will be upgraded when an user runs +Once your tap is installed, Homebrew will update it each time a user runs +`brew update`. Outdated formulae will be upgraded when a user runs `brew upgrade`, like core formulae. ## External commands -- cgit v1.2.3 From 1206e9e3f296b2876238da0ce1e5248d94df9002 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 17 Mar 2017 22:53:35 +0100 Subject: Remove double space. --- docs/How-to-Create-and-Maintain-a-Tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 4e10e2f2b..f4624ba12 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -42,7 +42,7 @@ avoid conflicts. ## Maintaining a tap A tap is just a git repository so you don’t have to do anything specific when -making modifications,  apart from committing and pushing your changes. +making modifications, apart from committing and pushing your changes. ### Updating Once your tap is installed, Homebrew will update it each time a user runs -- cgit v1.2.3