From 3f1f192498aeb9c5ad363e276140d475d9e84981 Mon Sep 17 00:00:00 2001 From: Feram Date: Sat, 5 Nov 2016 23:28:59 +0000 Subject: [PATCH 1/2] Fix typo explictly --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e0771..d2bafbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Added support for block device mappings. * Added support for deleting values when merging using "--" as a knockout prefix. * Shell commands will have leading and trailing whitespace removed -* All tags will now be explictly converted to strings (AWS doesn't handle implicit conversion) +* All tags will now be explicitly converted to strings (AWS doesn't handle implicit conversion) ## 0.7.0 From 7e3a9b3558569dd0ef884709e4e9b41080f7a64e Mon Sep 17 00:00:00 2001 From: Feram Date: Sat, 5 Nov 2016 23:28:59 +0000 Subject: [PATCH 2/2] Fix typo signficant --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 066b372..2967255 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -126,7 +126,7 @@ The CLI is implemented in Thor and help information for any command can be acces ## Caveats -* We chose to build our own tool rather than lean on an existing tool (ie. Chef/Opscode) because we wanted to be able to rely as much as possible on our existing configuration infrastructure and to use a small and simple tool rather than bringing in a signficant new source of complexity. +* We chose to build our own tool rather than lean on an existing tool (ie. Chef/Opscode) because we wanted to be able to rely as much as possible on our existing configuration infrastructure and to use a small and simple tool rather than bringing in a significant new source of complexity. * The !shell-script functionality provides a window into existing configuration tools, in particular s3dist which can be used to generate the ```include``` property of the config file. ## Testability