Skip to content

Commit 06732f2

Browse files
authored
fix typo error
1 parent 13bb2cc commit 06732f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middlewares/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ authOnly := TAuthOnlyMiddleware.create();
224224

225225
## <a name="attaching-middleware-to-application-middleware"></a>Attaching middleware to application middleware
226226

227-
When you use initialize `IDispatcher` implementation which support middlewares, such as `TDispatcher` class, you are required to setup one global `IMiddlewareLinkList` instances which stores list of middlewares applied globally to all routes. Read [Dispatcher](/dispatcher) for more information.
227+
When you use `IDispatcher` implementation which support middlewares, such as `TDispatcher` class, you are required to setup one global `IMiddlewareLinkList` instances which stores list of middlewares applied globally to all routes. Read [Dispatcher](/dispatcher) for more information.
228228

229229
As shown in following code
230230

0 commit comments

Comments
 (0)