grim/convey

Fix some typos

2022-03-27, LifesFaded
4b43df9f18a8
Parents 8fea0c778f8e
Children 1fe22209312b
Fix some typos

Reviewed at https://reviews.imfreedom.org/r/1373/
--- a/docs/concepts.md Sat Mar 26 22:12:37 2022 -0500
+++ b/docs/concepts.md Sun Mar 27 04:25:43 2022 -0500
@@ -19,7 +19,7 @@
it runs another stage that builds for linux-x86_64, windows-x86_64,
darwin-x86_64, and freebsd-x86_64 in parallel. The final stage will take those
compiled binaries and export them back to the hosts file system. You can
-see this plan in its entirty
+see this plan in its entirety
[here](https://keep.imfreedom.org/grim/convey/file/default/convey.yml).
Of course you don't have to export back to the host file system. Since these
--- a/docs/configuration.md Sat Mar 26 22:12:37 2022 -0500
+++ b/docs/configuration.md Sun Mar 27 04:25:43 2022 -0500
@@ -129,7 +129,7 @@
| enabled | | true | Whether or not to run the stage at all. |
| concurrent | | false | Whether or not the tasks should be run at the same time. |
| environment | | | A list of environment variables to set. The should be specified in a `NAME` or `NAME=VALUE` format. If no value is provided, the value of the variable from the host will be provided if it is available. These environment variables will be applied on top of any that were set at the top-level and the plan level. |
-| name | | the idex of the stage | A name to give the stage.
+| name | | the index of the stage | A name to give the stage.
| run | No | on-success | When a stage should be run. Possible values are `on-success`, `on-failure`, or `always`. |
| tasks | Yes | | A list of task names to be run as part during this stage. If running sequentially they are run in the order that they are provided. If you are just specifying a single task, you can just pass use it's name not in a list. |
--- a/docs/examples.md Sat Mar 26 22:12:37 2022 -0500
+++ b/docs/examples.md Sun Mar 27 04:25:43 2022 -0500
@@ -56,7 +56,7 @@
## Metaplans
-You can use metaplans to group disperate plans into a single plan.
+You can use metaplans to group seperate plans into a single plan.
```yaml
default-plan: everything
--- a/docs/index.md Sat Mar 26 22:12:37 2022 -0500
+++ b/docs/index.md Sun Mar 27 04:25:43 2022 -0500
@@ -14,6 +14,6 @@
## Status
This project has been used for awhile in production environment, but every
-evironment is different. So, if you find issues, or are looking for ways to
+environment is different. So, if you find issues, or are looking for ways to
help, please check out our
[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
--- a/docs/podman.md Sat Mar 26 22:12:37 2022 -0500
+++ b/docs/podman.md Sun Mar 27 04:25:43 2022 -0500
@@ -97,7 +97,7 @@
## podman/push
This task allows you to push a local container image to a registry. If the
-repository on the registry is private, be use to run a `podman/login` task
+repository on the registry is private, be sure to run a `podman/login` task
first.
### Attributes