diff --git a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html index 40614294..46b1a711 100644 --- a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html +++ b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html @@ -145,7 +145,7 @@
Insert the following code in your new Rexfile.
-use Rex -feature => ['1.0'];
+use Rex -feature => ['1.0'];
use Rex::Commands::Cloud;
user "root";
diff --git a/docs/release_notes/0.56.0.html b/docs/release_notes/0.56.0.html
index 7b92c8ba..aec3cd2d 100644
--- a/docs/release_notes/0.56.0.html
+++ b/docs/release_notes/0.56.0.html
@@ -128,7 +128,7 @@ New template engine with bet
The code is still in testing, so you can activate this new engine with a feature flag:
-use Rex -feature => ['template_ng'];
+use Rex -feature => ['template_ng'];
The template code is the same, so you can just use your old templates.