Browse Source

chore: updates README.md

e22m4u 1 year ago
parent
commit
f662c0d7f9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -202,8 +202,8 @@ A `TrieRouter` instance allows to set up global hooks
 that have higher priority over route hooks and are
 called first.
 
-- `preHandler` executes before calling a handler of each route
-- `postHandler` executes after calling a handler of each route
+- `preHandler` executes before calling each route handler
+- `postHandler` executes after calling each route handler
 
 Global hooks can be added using the `addHook` method
 of a router instance, where the first parameter