New template definition and a spelling fix. user/stompro/action_trigger_doc_update
authorJosh Stompro <stomproj@larl.org>
Mon, 22 Jun 2015 22:45:56 +0000 (17:45 -0500)
committerJosh Stompro <stomproj@larl.org>
Mon, 22 Jun 2015 22:45:56 +0000 (17:45 -0500)
Signed-off-by: Josh Stompro <stomproj@larl.org>
docs/admin/actiontriggers.txt

index b507b62..08df5a9 100644 (file)
@@ -42,8 +42,8 @@ Table 1: Action Trigger Event Definitions
 | Max Event Validity Delay       |Allows events to have a range of time that they are valid.  This value works with the *Processing Delay* to define a time range.
 | Opt-In Settings Type           |Choose which User Setting Type will decide if this event will be valid for a certain user.  Use this to allow users to Opt-In or Opt-Out of certain events.
 | Opt-In User Field              |Set to the name of the field in the selected hook's core type that will link the core type to the actor.usr table. 
-| Success Cleanup                |After an event is reacted to succesfully a cleanup module can be run to clean up after the event.
-| Template                       |The message template in Perl Template Toolkit format.
+| Success Cleanup                |After an event is reacted to successfully a cleanup module can be run to clean up after the event.
+| Template                       |A Template Toolkit template that can be used to generate output.  The output may or may not be used by the reactor or another external process.
 |===============================================