diff options
Diffstat (limited to 'docs/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 |