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 46b1a711..40614294 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.24.html b/docs/release_notes/0.24.html
index 614822c0..b79e7d2a 100644
--- a/docs/release_notes/0.24.html
+++ b/docs/release_notes/0.24.html
@@ -123,7 +123,7 @@ Rex
use Rex as a library for your own project.
-use Rex;
+use Rex;
use Rex::Commands::Run;
use Rex::Commands::Fs;
use Rex::Commands::Pkg;
diff --git a/docs/release_notes/0.56.0.html b/docs/release_notes/0.56.0.html
index aec3cd2d..7b92c8ba 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.