diff --git a/bin/git-ignore-io b/bin/git-ignore-io
index 889f9f4..1ddc222 100755
--- a/bin/git-ignore-io
+++ b/bin/git-ignore-io
@@ -62,7 +62,7 @@ show_usage() {
echo " [-l|--list-in-table] Print available types in table format"
echo " [-L|--list-alphabetically] Print available types in alphabetical order "
echo " [-s|--search] Search word in available types"
- echo " [-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types stored)"
+ echo " [-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types is stored)"
echo " [-u|--update-list] Update ~/.gi_list"
}
diff --git a/man/git-ignore-io.1 b/man/git-ignore-io.1
index 13144a7..9ca855b 100644
--- a/man/git-ignore-io.1
+++ b/man/git-ignore-io.1
@@ -28,7 +28,7 @@ Get sample gitignore file from gitignore\.io \fIhttps://www\.gitignore\.io\fR
[\-s|\-\-search] \fIword\fR Search word in available types
.
.br
-[\-t|\-\-show\-update\-time] Show the last modified time of ~/\.gi_list (where the list of available types stored)
+[\-t|\-\-show\-update\-time] Show the last modified time of ~/\.gi_list (where the list of available types is stored)
.
.br
[\-u|\-\-update\-list] Update ~/\.gi_list
diff --git a/man/git-ignore-io.1.html b/man/git-ignore-io.1.html
index 8da04c0..47832b5 100644
--- a/man/git-ignore-io.1.html
+++ b/man/git-ignore-io.1.html
@@ -89,7 +89,7 @@
[-l|--list-in-table] Print available types in table format
[-L|--list-alphabetically] Print available types in alphabetical order
[-s|--search] word Search word in available types
-[-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types stored)
+[-t|--show-update-time] Show the last modified time of ~/.gi_list (where the list of available types is stored)
[-u|--update-list] Update ~/.gi_list
EXAMPLES
@@ -137,7 +137,7 @@
AUTHOR
-Written by Lee-W cl87654321@gmail.com
+Written by Lee-W cl87654321@gmail.com
REPORTING BUGS
diff --git a/man/git-ignore-io.md b/man/git-ignore-io.md
index ca83cfa..a582f39 100644
--- a/man/git-ignore-io.md
+++ b/man/git-ignore-io.md
@@ -15,7 +15,7 @@ Get sample gitignore file from [gitignore.io](https://www.gitignore.io)
[-l|--list-in-table] Print available types in table format
[-L|--list-alphabetically] Print available types in alphabetical order
[-s|--search] Search word in available types
-[-t|--show-update-time] Show the last modified time of ~/.gi\_list (where the list of available types stored)
+[-t|--show-update-time] Show the last modified time of ~/.gi\_list (where the list of available types is stored)
[-u|--update-list] Update ~/.gi\_list
## EXAMPLES