We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92b7ae9 + 289b0e5 commit 73ad408Copy full SHA for 73ad408
docs/GitWorkflows.rst
@@ -139,7 +139,7 @@ Commit
139
140
In SVN, committing always means submitting changes to a remote repository. In
141
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
+staging the change and then committing all staged changes into a change in the
143
local repository. One can have many such commits. Then when one is ready, one
144
pushes the new local changes to the remote repository. We go through these steps
145
in more detail below:
0 commit comments