Action Trigger Validator Docs Typo user/khuckins/action-trigger-validator-docs-typo
authorKyle Huckins <khuckins@catalyte.io>
Wed, 8 Aug 2018 15:47:07 +0000 (15:47 +0000)
committerKyle Huckins <khuckins@catalyte.io>
Wed, 8 Aug 2018 15:47:07 +0000 (15:47 +0000)
- Change references to Reactor.PM in the Validators section to
Validator.PM.

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   docs/admin/actiontriggers.adoc

docs/admin/actiontriggers.adoc

index ae72a08..822f3f6 100644 (file)
@@ -182,9 +182,9 @@ Table 4. Action Trigger Validators
 
 |=======================
 | Field         | Description
-| Module Name   | The name of the subroutine in `/openils/lib/perl5/OpenILS/Application/Trigger/Reactor.pm` to validate the action trigger.
+| Module Name   | The name of the subroutine in `/openils/lib/perl5/OpenILS/Application/Trigger/Validator.pm` to validate the action trigger.
 | Description   | Description of validation test to run.
 |=======================
 
-You may also create, edit and delete Validators. Just remember that their must be an associated subroutine in the Reactor.pm Perl module.
+You may also create, edit and delete Validators. Just remember that their must be an associated subroutine in the Validator.pm Perl module.