Skip to content

Commit 62d1095

Browse files
authored
fix: typos (#55)
1 parent 2da19ff commit 62d1095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PLUGIN_NAME.
1414
1515
TOOL_TEST.
1616
A shell command used to test correct installation.
17-
Normallly this command is something taking \`--version\` or \`--help\`.
17+
Normally this command is something taking \`--version\` or \`--help\`.
1818
1919
GH_USER.
2020
Your GitHub/GitLab username.

template/lib/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ install_version() {
6969
echo "$TOOL_NAME $version installation was successful!"
7070
) || (
7171
rm -rf "$install_path"
72-
fail "An error ocurred while installing $TOOL_NAME $version."
72+
fail "An error occurred while installing $TOOL_NAME $version."
7373
)
7474
}

0 commit comments

Comments
 (0)