summaryrefslogtreecommitdiff
path: root/docs/docs/walkthroughs/create-a-recipe.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/walkthroughs/create-a-recipe.md')
-rw-r--r--docs/docs/walkthroughs/create-a-recipe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/walkthroughs/create-a-recipe.md b/docs/docs/walkthroughs/create-a-recipe.md
index 2cb28f77..3ec641c6 100644
--- a/docs/docs/walkthroughs/create-a-recipe.md
+++ b/docs/docs/walkthroughs/create-a-recipe.md
@@ -54,7 +54,7 @@ class CreatePipelineRecipe(Step):
### Using the SDK
-You will want to use the SDK when you are opening directories, editing files, using models, etc. This will ensure that these actions are recorded as steps, so they are reviewable, reversable, and rerunnable.
+You will want to use the SDK when you are opening directories, editing files, using models, etc. This will ensure that these actions are recorded as steps, so they are reviewable, reversible, and rerunnable.
### Allow for configurability