Skip to content

Commit fa930a2

Browse files
committed
Clarify statement around validators (fixes #418)
1 parent 47e1713 commit fa930a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/extending-modx/transport-packages/build-script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@ Great! We've got our category vehicle, complete with all the related chunks and
344344

345345
## Validators and Resolvers
346346

347-
Validators and resolvers are basically scripts that run during the install process. Validators are run pre-install; meaning that they are run before the main package installation happens. If they return false, the installation does not proceed.
347+
Validators and resolvers are basically scripts that run during the install process. Validators are run at the start of the vehicle they are attached to. If they return false, the installation does not proceed.
348348

349-
Resolvers, on the other hand, execute after the main package has installed. They can either be file or PHP scripts. A file resolver simply copies over files into a specific target location. A PHP resolver executes a script after install.
349+
Resolvers, on the other hand, execute after vehicle they are attached to has installed. They can either be file or PHP scripts. A file resolver simply copies over files into a specific target location. A PHP resolver executes a script after install.
350350

351351
With that said, we're going to attach 2 file resolvers, and one PHP resolver, to our script:
352352

0 commit comments

Comments
 (0)