summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-11 14:10:41 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-11 14:10:41 -0800
commitee43d18844df1f78dad8b389cbb393b211073d17 (patch)
tree7f6be6f8062026ad72363aa7f030ab774761f597 /git-config.html
parenta65c1f44a0fb82bf498be0911b85fa42bb70147f (diff)
downloadgit-htmldocs-ee43d18844df1f78dad8b389cbb393b211073d17.tar.gz
Autogenerated HTML docs for v2.29.2-260-ge31ab
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index 0972539db..3f507383a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1749,7 +1749,7 @@ color
<div class="paragraph"><p>The basic colors accepted are <code>normal</code>, <code>black</code>, <code>red</code>, <code>green</code>, <code>yellow</code>,
<code>blue</code>, <code>magenta</code>, <code>cyan</code> and <code>white</code>. The first color given is the
foreground; the second is the background. All the basic colors except
-<code>normal</code> have a bright variant that can be speficied by prefixing the
+<code>normal</code> have a bright variant that can be specified by prefixing the
color with <code>bright</code>, like <code>brightred</code>.</p></div>
<div class="paragraph"><p>Colors may also be given as numbers between 0 and 255; these use ANSI
256-color mode (but note that not all terminals may support this). If