Skip to content

Commit ba81f9b

Browse files
Merge pull request sergiokopplin#158 from mehmandarov/patch-2
Minor changes. Typo fixes and cleanup.
2 parents bbb3202 + 7699560 commit ba81f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

initpost.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ e_warning() {
8484
# | MAIN FUNCTIONS |
8585
# ------------------------------------------------------------------------------
8686

87-
# Everybody need some help
87+
# Everybody needs some help
8888
initpost_help() {
8989

9090
cat <<EOT
@@ -106,7 +106,7 @@ EOT
106106

107107
}
108108

109-
# Initial Content
109+
# Initial content
110110
initpost_content() {
111111

112112
echo "---"
@@ -130,7 +130,7 @@ initpost_file() {
130130
initpost_content > "${DIST_FOLDER}/${FILE_NAME}"
131131
e_success "Initial post successfully created!"
132132
else
133-
e_warning "File already exist."
133+
e_warning "File already exists."
134134
exit 1
135135
fi
136136

0 commit comments

Comments
 (0)