Merge pull request #2389 from polarn/fix-contrib-submodule-doc

fix git submodule command doc
This commit is contained in:
Danny Colin 2022-07-18 19:37:26 -04:00 committed by GitHub
commit 12dd2ee05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
``` ```
cd multi-account-containers cd multi-account-containers
git submobule update --init git submodule update --init
``` ```
3. Install the project dependencies 3. Install the project dependencies
``` ```