Skip to content

Commit 214d46d

Browse files
committed
Merge pull request #27 from alorma/patch-1
Fix typo
2 parents ba2f4ea + 548f599 commit 214d46d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
* [Before deleting untracked files/directory, do a dry run to get the list of these files/directories](https://github.com/git-tips/tips#before-deleting-untracked-filesdirectory-do-a-dry-run-to-get-the-list-of-these-filesdirectories)
4848
* [Forcefully remove untracked files](https://github.com/git-tips/tips#forcefully-remove-untracked-files)
4949
* [Forcefully remove untracked directory](https://github.com/git-tips/tips#forcefully-remove-untracked-directory)
50-
* [Update all the submoudles](https://github.com/git-tips/tips#update-all-the-submoudles)
50+
* [Update all the submodules](https://github.com/git-tips/tips#update-all-the-submodules)
5151

5252
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
5353
<!-- @doxie.inject end toc -->

tips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"alternatives": ["git clean -df"]
185185
},
186186
{
187-
"title": "Update all the submoudles",
187+
"title": "Update all the submodules",
188188
"tip": "git submodule foreach git pull"
189189
}
190190
]

0 commit comments

Comments
 (0)