Extra word
Andrew
committed Feb 27, 2018
commit a91ef57700834fb0ee8432da582f05cd2948ae63
Showing 1
changed file with
1 additions
and 1 deletions
README.md
+1
-1
| @@ | @@ -79,7 +79,7 @@ skip_before_action :track_ahoy_visit |
| This is typically useful for APIs. | |
| - | You can also defer visit tracking to JavaScript. This is useful for preventing bots (that aren’t detected by their user agent) and users with cookies disabled from creating a new visit on each request. `:when_needed` will create visits server-side when needed by events, and `false` will disable server-side creation completely, discarding events without a visit. |
| + | You can also defer visit tracking to JavaScript. This is useful for preventing bots (that aren’t detected by their user agent) and users with cookies disabled from creating a new visit on each request. `:when_needed` will create visits server-side only when needed by events, and `false` will disable server-side creation completely, discarding events without a visit. |
| ```ruby | |
| Ahoy.server_side_visits = :when_needed | |