than -> then

This commit is contained in:
2023-11-13 15:35:28 -08:00
parent 2e79848c69
commit 2bd48b516e

View File

@@ -42,5 +42,5 @@ steps:
It is important to note the requisites listed. This ensures that the step from the include (`super-sprout-steps-completed`) occurs _before_ the `install-super-sprout` step is run.
:::note
Deployment of recipe steps is non-deterministic unless requisites are provided. Otherwise, are steps run as is. If order is important, than order ***must*** be specified.
Deployment of recipe steps is non-deterministic unless requisites are provided. Otherwise, are steps run as is. If order is important, then requisites ***must*** be specified.
:::