summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2022-02-26 13:23:45 -0500
committerOwen Jacobson <owen@grimoire.ca>2022-02-26 13:23:45 -0500
commit6df689e1d2ef15b227ee488ea5eff6ecf26855b3 (patch)
tree2530f5e8b12bbac6f756fccaddd30cfe5de412d8
parent9e92498533eeba0033f5096421b159eb47802bf8 (diff)
parent876f74fad48806a390e046f3df12304619388c97 (diff)
Merge commit 'pull/3' to fix spelling mistakes.
-rw-r--r--docs/git/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/git/config.md b/docs/git/config.md
index 84b7ae3..456d580 100644
--- a/docs/git/config.md
+++ b/docs/git/config.md
@@ -19,4 +19,4 @@ Full documentation is under `git help config`, unless otherwise stated.
A few things are nice when you're getting started, but become annoying when
you no longer need them.
-* `git config advice.detachedHead` - if you already understand the difference between having a branch checked out and having a commit checked out, and already understand what “detatched head” means, the warning on every `git checkout ...some detatched thing...` isn't helping anyone. This is also useful repositories used for deployment, where specific commits (from tags, for example) are regularly checked out.
+* `git config advice.detachedHead` - if you already understand the difference between having a branch checked out and having a commit checked out, and already understand what “detached head” means, the warning on every `git checkout ...some detached thing...` isn't helping anyone. This is also useful repositories used for deployment, where specific commits (from tags, for example) are regularly checked out.