Skip to content

Commit ff37dc0

Browse files
committed
Just a couple minor edits to the "Normal Workflow" section (07 in source)
1 parent 0f20ba9 commit ff37dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/07_Normal_Workflow/0_ Normal_Workflow.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ newly modified content to the index. Finally, commit your changes with:
2828

2929
$ git commit
3030

31-
This will again prompt your for a message describing the change, and then
31+
This will again prompt you for a message describing the change, and then
3232
record a new version of the project.
3333

3434
Alternatively, instead of running `git add` beforehand, you can use
@@ -43,7 +43,7 @@ begin the commit message with a single short (less than 50 character)
4343
line summarizing the change, followed by a blank line and then a more
4444
thorough description. Tools that turn commits into email, for
4545
example, use the first line on the Subject: line and the rest of the
46-
commit in the body.
46+
commit message in the body.
4747

4848

4949
#### Git tracks content not files ####

0 commit comments

Comments
 (0)