From fbd675290fceb66ce93a1afedea5d849e8d5698b Mon Sep 17 00:00:00 2001 From: Rajesh Duggal Date: Fri, 5 Aug 2016 17:31:16 -0400 Subject: [PATCH] Fix minor typo in understanding-blueprints.md --- source/guide/3.2/understanding-blueprints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/3.2/understanding-blueprints.md b/source/guide/3.2/understanding-blueprints.md index 8f2e00dcd..4e982eb18 100644 --- a/source/guide/3.2/understanding-blueprints.md +++ b/source/guide/3.2/understanding-blueprints.md @@ -56,7 +56,7 @@ node_templates: type: cloudify.types.host # omitted for brevity second_node - type: clouydify.types.web_server + type: cloudify.types.web_server # omitted for brevity {% endhighlight %}