From 876f74fad48806a390e046f3df12304619388c97 Mon Sep 17 00:00:00 2001 From: Ashok Argent-Katwala Date: Fri, 18 Feb 2022 12:19:12 -0500 Subject: Fix spelling of 'detached'. --- docs/git/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3