doc: style fixes

This commit is contained in:
pancho horrillo
2019-12-11 02:32:52 +01:00
parent 37025211b1
commit 16639ba44b
6 changed files with 62 additions and 57 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ to.
link routes to its section
Each incoming request is matched against the routes in the route table in
strict order, for each route in the route table, the criteria are checked.
strict order. For each route in the route table, the criteria are checked.
If the request does not match, the next route in the route list is examined.