diff options
author | Chris Cornutt <enygma@phpdeveloper.org> | 2015-07-20 15:28:02 -0500 |
---|---|---|
committer | Chris Cornutt <enygma@phpdeveloper.org> | 2015-07-20 15:28:02 -0500 |
commit | d8c9a91b64a5b7296ab9d52183b1ede3ac03c104 (patch) | |
tree | c761794686b5b051a4e381bfc62736200a0519bb | |
parent | 06f44d397f40e9dc7896106546d0311e052bcb75 (diff) | |
parent | d69a9481290142e99013c0d2fc9d1abf7e87b51a (diff) | |
download | gatekeeper-d8c9a91b64a5b7296ab9d52183b1ede3ac03c104.zip gatekeeper-d8c9a91b64a5b7296ab9d52183b1ede3ac03c104.tar.gz gatekeeper-d8c9a91b64a5b7296ab9d52183b1ede3ac03c104.tar.bz2 |
Merge pull request #33 from sdh100shaun/patch-3
Update installation-and-configuration.md
-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 |