We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664346d commit b3e2a6eCopy full SHA for b3e2a6e
src/git.md
@@ -140,7 +140,7 @@ You might also notice conflicts in the web UI:
140
141
The most common cause is that you rebased after a change and ran `git add .` without first running
142
`x.py` to update the submodules. Alternatively, you might have run `cargo fmt` instead of `x fmt`
143
-and modified files in a submodule, then commited the changes.
+and modified files in a submodule, then committed the changes.
144
145
To fix it, do the following things:
146
0 commit comments