diff options
author | Shaun Hare <shaun@shaunhare.co.uk> | 2015-07-20 20:51:06 +0100 |
---|---|---|
committer | Shaun Hare <shaun@shaunhare.co.uk> | 2015-07-20 20:51:06 +0100 |
commit | d69a9481290142e99013c0d2fc9d1abf7e87b51a (patch) | |
tree | c761794686b5b051a4e381bfc62736200a0519bb | |
parent | 06f44d397f40e9dc7896106546d0311e052bcb75 (diff) | |
download | gatekeeper-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.md | 2 |
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 |