diff --git a/AppName.sh-Scripts.md b/AppName.sh-Scripts.md index bb64136..7c09bd8 100644 --- a/AppName.sh-Scripts.md +++ b/AppName.sh-Scripts.md @@ -172,7 +172,7 @@ if [[ ! -d /opt/snipe-it ]]; then ### 3.3 **Check version** -- Befoer updating, check if a new version exists. +- Before updating, check if a new version exists. - We use the `${APPLICATION}_version.txt` file created in `/opt` during the install to compare new versions against the currently installed version. Example with a Github Release: @@ -253,7 +253,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - msg_error "Ther is currently no automatic update function for ${APP}." + msg_error "There is currently no automatic update function for ${APP}." exit } ```