diff --git a/docs/releasing_task.md b/docs/releasing_task.md index e385994e..80bdbe32 100644 --- a/docs/releasing_task.md +++ b/docs/releasing_task.md @@ -22,7 +22,7 @@ the binaries: * Updating the current version on [snapcraft.yaml][snapcraftyaml]; * Moving both `i386` and `amd64` new artifacts to the stable channel on -the [Snapscraft dashboard][snapcraftdashboard] +the [Snapcraft dashboard][snapcraftdashboard] # Scoop diff --git a/docs/usage.md b/docs/usage.md index 88ea1e80..ab291428 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -638,7 +638,7 @@ tasks: - echo "Hello World" ``` -`ignore_error` can also be set for a task, which mean errors will be supressed +`ignore_error` can also be set for a task, which mean errors will be suppressed for all commands. But keep in mind this option won't propagate to other tasks called either by `deps` or `cmds`!