We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da19ff commit 62d1095Copy full SHA for 62d1095
setup.bash
@@ -14,7 +14,7 @@ PLUGIN_NAME.
14
15
TOOL_TEST.
16
A shell command used to test correct installation.
17
- Normallly this command is something taking \`--version\` or \`--help\`.
+ Normally this command is something taking \`--version\` or \`--help\`.
18
19
GH_USER.
20
Your GitHub/GitLab username.
template/lib/utils.bash
@@ -69,6 +69,6 @@ install_version() {
69
echo "$TOOL_NAME $version installation was successful!"
70
) || (
71
rm -rf "$install_path"
72
- fail "An error ocurred while installing $TOOL_NAME $version."
+ fail "An error occurred while installing $TOOL_NAME $version."
73
)
74
}
0 commit comments