Fixed typo
Andrew
committed Feb 27, 2018
commit c0175d483a8b86236370b319b97319ca2a7ef519
Showing 1
changed file with
1 additions
and 1 deletions
app/controllers/ahoy/base_controller.rb
+1
-1
| @@ | @@ -22,7 +22,7 @@ module Ahoy |
| end | |
| # set proper ttl if cookie generated from JavaScript | |
| - | # approach is not perfecr, as user must reload the page |
| + | # approach is not perfect, as user must reload the page |
| # for new cookie settings to take effect | |
| def renew_cookies | |
| set_ahoy_cookies if params[:js] && !Ahoy.api_only | |