diff --git a/index.html b/index.html index 8ba5d0c9..d9f22fd3 100755 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@
A incoming HTTP request can by handled by a chain of middlewares and the final action. +
A incoming HTTP request can be handled by a chain of middlewares and the final action.
For example: Logger, Authorization, GZIP and finally post a message in the DB.