website: implicit -> explicit

This commit is contained in:
Armon Dadgar 2014-09-02 20:48:25 -07:00
parent 484f479ee1
commit 88b11fbdaf
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<div class="col-md-8 col-md-offset-2 col-sm-12 col-xs-12">
<div class="text-center vertical-center">
<p class="bold">ACLs Disabled</p>
<p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to implictly enable them.</p>
<p>ACLs are disabled in this Consul cluster. This is the default behavior, as you have to explicitly enable them.</p>
</p>Learn more in the <a href="http://www.consul.io/docs/internals/acl.html">ACL documentation</a>.</p>
</div>
</div>