Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit c0dd620

Browse files
committed
Merge pull request #144 from rieschl/book
fix small, but evil typo; markup style
2 parents d1bf2e9 + 59515c6 commit c0dd620

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/book/middleware.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ $route = Literal::factory([
5353

5454
Middleware may be provided as PHP callables, or as service names.
5555

56-
> ### No action required
57-
>
58-
> Unlike action controllers, middleware typically is single purpose, and, as
59-
> such, does require a default `action` parameter.
56+
### No action required
57+
58+
Unlike action controllers, middleware typically is single purpose, and, as
59+
such, does not require a default `action` parameter.
6060

6161
## Middleware services
6262

0 commit comments

Comments
 (0)