From 8ed4d590e4f637b24f8dfab55ce477d582848d09 Mon Sep 17 00:00:00 2001 From: Frederick Jansen Date: Fri, 12 Sep 2014 19:36:10 +0200 Subject: [PATCH] Update readme-hooks.md Hooks cannot be run after a command. Removed part from docs indicating that they can. --- src/robotlegs/bender/framework/readme-hooks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.