Skip to content

Commit 13a0d64

Browse files
authored
Fix git submodule command in CONTRIBUTING.md
This typo dates back to de60ed2
1 parent 803117f commit 13a0d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ git checkout 2.1.0
209209
During development, it may be necessary to temporarily point the submodule to a
210210
commit on the developer's fork. For instance, the developer may be working on a
211211
PHP driver feature that depends on unmerged or unreleased changes. In this case,
212-
the submodule path can be updated using the `git submodules set-url` command can
213-
be used to change the URL, and `git submodules set-branch` can be used to point
212+
the submodule path can be updated using the `git submodule set-url` command can
213+
be used to change the URL, and `git submodule set-branch` can be used to point
214214
the submodule to a development branch:
215215

216216
```shell
217-
git submodules set-url src/libmongoc https://github.com/<owner>/<repo>.git
218-
git submodules set-branch -b <branch> src/libmongoc
217+
git submodule set-url src/libmongoc https://github.com/<owner>/<repo>.git
218+
git submodule set-branch -b <branch> src/libmongoc
219219
```
220220

221221
#### Ensure version information is correct (libmongocrypt only)

0 commit comments

Comments
 (0)