From 72f5ab3186b5e8baa246a90e6012feb9e2e10e6a Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 7 Oct 2014 16:48:22 -0700 Subject: [PATCH] Fix typo in abbr documentation [skip ci] --- doc_src/abbr.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/abbr.txt b/doc_src/abbr.txt index a8bdd1e35..b3e9a7fdc 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.