DOC complete first sentence describing middleware

To me, the existing sentence did not look complete.
This commit is contained in:
Ed Wilde 2021-02-11 11:25:24 +13:00 committed by GitHub
parent eaadd40c3b
commit 95a142a9de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ summary: Create objects for modifying request and response objects across contro
# HTTP Middlewares
HTTP Middlewares allow you to put code that will run before or after. These might be used for
HTTP Middlewares allow you to add code that will run before or after a request has been delegated to the router. These might be used for
authentication, logging, caching, request processing, and many other purposes. Note this interface
replaces the SilverStripe 3 interface [RequestFilter](api:SilverStripe\Control\RequestFilter), which still works but is deprecated.