From 82b8a6e8f5beeec57f2420e717226401f28bb5ab Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Wed, 8 Aug 2018 15:47:07 +0000 Subject: [PATCH] Action Trigger Validator Docs Typo - Change references to Reactor.PM in the Validators section to Validator.PM. Signed-off-by: Kyle Huckins Changes to be committed: modified: docs/admin/actiontriggers.adoc --- docs/admin/actiontriggers.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/actiontriggers.adoc b/docs/admin/actiontriggers.adoc index ae72a081e5..822f3f65a7 100644 --- a/docs/admin/actiontriggers.adoc +++ b/docs/admin/actiontriggers.adoc @@ -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. -- 2.11.0