aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-10 15:24:30 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-10 15:25:05 +0100
commite1f988b987e56bf259ff5f5e3c0202fe3fbb7e33 (patch)
treeba965507879517c6581460372b8866927d8aac4d /doc_src
parent03fe30a774e7d644327ce867913ad777f10ca0e3 (diff)
Fix typos in index
Fixes fish-site#30.
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index e20c8cf0..960ef698 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -273,13 +273,13 @@ This is a short explanation of some of the commonly used words in fish.
- <b>command</b> a program that the shell can run.
-- <b>function</b> a block of commands that can be called as if they where a single command. By using functions, it is possible to string together multiple smaller commands into one more advanced command.
+- <b>function</b> a block of commands that can be called as if they were a single command. By using functions, it is possible to string together multiple smaller commands into one more advanced command.
- <b>job</b> a running pipeline or command
- <b>pipeline</b> a set of commands stringed together so that the output of one command is the input of the next command
-- <b>redirection</b> a operation that changes one of the input/output streams associated with a job
+- <b>redirection</b> an operation that changes one of the input/output streams associated with a job
- <b>switch</b> a special flag sent as an argument to a command that will alter the behavior of the command. A switch almost always begins with one or two hyphens.