Skip to content

Commit e62ec2b

Browse files
committed
Change 'ask' to 'asks'
1 parent 6528f31 commit e62ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ This is called a _refspec_.
412412
See <<_refspec>> for a more detailed discussion of Git refspecs and different things you can do with them.
413413
Also notice the `-u` flag; this is short for `--set-upstream`, which configures the branches for easier pushing and pulling later.
414414

415-
Next, John e-mails Jessica to say he's pushed some changes to the `featureA` branch and ask her to verify them.
415+
Next, John e-mails Jessica to say he's pushed some changes to the `featureA` branch and asks her to verify them.
416416
She runs a `git fetch` to pull down those changes:
417417

418418
[source,console]

0 commit comments

Comments
 (0)