Skip to content

Commit 73ad408

Browse files
committed
Merge pull request #43 from lzwjava/typo
fix typo: commiting -> committing
2 parents 92b7ae9 + 289b0e5 commit 73ad408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/GitWorkflows.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Commit
139139

140140
In SVN, committing always means submitting changes to a remote repository. In
141141
Git, committing refers to the process of first telling Git to track a change by
142-
staging the change and then commiting all staged changes into a change in the
142+
staging the change and then committing all staged changes into a change in the
143143
local repository. One can have many such commits. Then when one is ready, one
144144
pushes the new local changes to the remote repository. We go through these steps
145145
in more detail below:

0 commit comments

Comments
 (0)