summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Hare <shaun@shaunhare.co.uk>2015-07-20 20:51:06 +0100
committerShaun Hare <shaun@shaunhare.co.uk>2015-07-20 20:51:06 +0100
commitd69a9481290142e99013c0d2fc9d1abf7e87b51a (patch)
treec761794686b5b051a4e381bfc62736200a0519bb
parent06f44d397f40e9dc7896106546d0311e052bcb75 (diff)
downloadgatekeeper-d69a9481290142e99013c0d2fc9d1abf7e87b51a.zip
gatekeeper-d69a9481290142e99013c0d2fc9d1abf7e87b51a.tar.gz
gatekeeper-d69a9481290142e99013c0d2fc9d1abf7e87b51a.tar.bz2
Update installation-and-configuration.md
simple typo line 16 ~~throught~~ -> through
-rw-r--r--docs/installation-and-configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation-and-configuration.md b/docs/installation-and-configuration.md
index 91fea07..b0248d3 100644
--- a/docs/installation-and-configuration.md
+++ b/docs/installation-and-configuration.md
@@ -101,7 +101,7 @@ You can disable this feature in one of two ways:
```php
<?php
-// Either throught the init call
+// Either through the init call
Gatekeeper::init(null, array('throttle' => false));
// Or through a method call