Fix grammar.

Akinori MUSHA 10 years ago
parent
commit
6c30b1676e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/agents/event_formatting_agent.rb

+ 1 - 1
app/models/agents/event_formatting_agent.rb

@@ -68,7 +68,7 @@ module Agents
68 68
 
69 69
       If you want to retain original contents of events and only add new keys, then set `mode` to `merge`, otherwise set it to `clean`.
70 70
 
71
-      By default, the output event will have `created_at` fields added as well, reflecting the original Event creation time.  You can skip this output by setting `skip_created_at` to `true`.
71
+      By default, the output event will have a `created_at` field added as well, reflecting the original Event creation time.  You can skip this output by setting `skip_created_at` to `true`.
72 72
 
73 73
       To CGI escape output (for example when creating a link), use the Liquid `uri_escape` filter, like so:
74 74