summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2016-01-01 11:47:21 +0100
committerkwadronaut <kwadronaut@leap.se>2016-01-01 11:47:21 +0100
commit1d439f0b3cd9052d92822fcee9822f9ec36625ab (patch)
tree1ed2e4437b7b9d8487092fff1ca50a35e5e22f07
parentc7997a1012c98a917001cccf530745bfbffc1add (diff)
typo platform guide, second commit of 2016.
-rw-r--r--amber/layouts/_footer.html.haml2
-rw-r--r--pages/docs/platform/guide/config.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/amber/layouts/_footer.html.haml b/amber/layouts/_footer.html.haml
index 813513c..a6255bd 100644
--- a/amber/layouts/_footer.html.haml
+++ b/amber/layouts/_footer.html.haml
@@ -4,4 +4,4 @@
%a{:rel => "license", :href => "https://creativecommons.org/licenses/by-sa/3.0/"}<
%img{:alt => "Creative Commons License", :style => "border-width:0; vertical-align: middle", :src => "/img/by-sa-3.0-80x15.png"}
&nbsp;
- (c) 2012-2015 LEAP Encryption Access Project
+ <span>(c) 2012-2016 LEAP Encryption Access Project</span>
diff --git a/pages/docs/platform/guide/config.md b/pages/docs/platform/guide/config.md
index b5a1eed..a62edf3 100644
--- a/pages/docs/platform/guide/config.md
+++ b/pages/docs/platform/guide/config.md
@@ -83,7 +83,7 @@ Vagrant options:
* `@vagrant_network`. Allows you to override the default network used for local nodes. It should include a netmask like `@vagrant_network = '10.0.0.0/24'`.
* `@custom_vagrant_vm_line`. Insert arbitrary text into the auto-generated Vagrantfile. For example, `@custom_vagrant_vm_line = "config.vm.boot_mode = :gui"`.
-* `@vagrant_basebox` allows specifying a different basebox as the default one. Of example, `@vagrant_basebox = "LEAP/wheezy"`
+* `@vagrant_basebox` allows specifying a different basebox as the default one. For example, `@vagrant_basebox = "LEAP/wheezy"`
Logging options: