From 1a332421d7a226a15f8cbf67072b81cb1e892b44 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Sun, 30 Sep 2018 15:33:44 -0400 Subject: [PATCH] Fix typo in docs for shell post-processor --- website/source/docs/post-processors/shell-local.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/post-processors/shell-local.html.md b/website/source/docs/post-processors/shell-local.html.md index 2d30f63cd..1c412180f 100644 --- a/website/source/docs/post-processors/shell-local.html.md +++ b/website/source/docs/post-processors/shell-local.html.md @@ -191,8 +191,8 @@ In order to interact with build artifacts, you may want to use the [manifest post-processor](/docs/post-processors/manifest.html). This will write the list of files produced by a `builder` to a json file after each `builder` is run. -For example, if you wanted to package a file from the file builder into -a tarball, you might wright this: +For example, if you wanted to package a file from the file builder into a +tarball, you might write this: ``` json {