diff --git a/src/robotlegs/bender/framework/readme-hooks.md b/src/robotlegs/bender/framework/readme-hooks.md index f12f2a16..680a33b9 100644 --- a/src/robotlegs/bender/framework/readme-hooks.md +++ b/src/robotlegs/bender/framework/readme-hooks.md @@ -1,6 +1,6 @@ # Hooks -Hooks run before or after certain extension actions. They are typically used by extensions to run custom actions based on environmental conditions. +Hooks run before certain extension actions. They are typically used by extensions to run custom actions based on environmental conditions. ## Hook Forms @@ -52,4 +52,4 @@ public class SomeOtherHook } ``` -A new object will be constructed each time the hook is run. The object will be injected into. \ No newline at end of file +A new object will be constructed each time the hook is run. The object will be injected into.