diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index e20c8cf05..960ef698d 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.
- command a program that the shell can run.
-- function 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.
+- function 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.
- job a running pipeline or command
- pipeline a set of commands stringed together so that the output of one command is the input of the next command
-- redirection a operation that changes one of the input/output streams associated with a job
+- redirection an operation that changes one of the input/output streams associated with a job
- switch 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.