From 2bd48b516e45828a276ea4f8f05297b35231ad4a Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 13 Nov 2023 15:35:28 -0800 Subject: [PATCH] than -> then --- src/content/docs/recipes/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/recipes/overview.md b/src/content/docs/recipes/overview.md index eed8557..738fdb5 100644 --- a/src/content/docs/recipes/overview.md +++ b/src/content/docs/recipes/overview.md @@ -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. :::