aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-10-07 16:48:22 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-10-07 16:48:22 -0700
commit72f5ab3186b5e8baa246a90e6012feb9e2e10e6a (patch)
tree8e2985291598de81627efa8c24cede9427a89fce /doc_src
parent3f0210dc961177674071f65ce61abb57441d6da1 (diff)
Fix typo in abbr documentation
[skip ci]
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/abbr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt
index a8bdd1e3..b3e9a7fd 100644
--- a/doc_src/abbr.txt
+++ b/doc_src/abbr.txt
@@ -12,7 +12,7 @@ abbr -r word
`abbr` manipulates the list of abbreviations that fish will expand.
-Abbreviations are user-defined character sequences or words that are replaced with longer phrases after tehy are entered. For example, a frequently-run command such as `git checkout` can be abbreviated to `gco`. After entering `gco` and pressing @key{Space} or @key{Enter}, the full text `git checkout` will appear in the command line.
+Abbreviations are user-defined character sequences or words that are replaced with longer phrases after they are entered. For example, a frequently-run command such as `git checkout` can be abbreviated to `gco`. After entering `gco` and pressing @key{Space} or @key{Enter}, the full text `git checkout` will appear in the command line.
Abbreviations are stored, by default, in a universal variable.