From 2e5e11cc47b723afc1fd0a7a08fad96e53285be3 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Tue, 16 Jun 2020 11:23:47 +0200 Subject: [PATCH] doc: fix typo --- docs/source/concepts/resource_tree.rst | 2 +- spec/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/concepts/resource_tree.rst b/docs/source/concepts/resource_tree.rst index 50dd3e1..53f3c3f 100644 --- a/docs/source/concepts/resource_tree.rst +++ b/docs/source/concepts/resource_tree.rst @@ -21,7 +21,7 @@ Overview / │ ├─ request - │ ├──── method Used HTTP Method (GET, POST) + │ ├──── method HTTP Method used (GET, POST) │ ├──── host Host part of the URL │ ├──── path Complete URL path (URL-unquoted) │ ├──── matches diff --git a/spec/README.md b/spec/README.md index 64bf21b..c200f0c 100644 --- a/spec/README.md +++ b/spec/README.md @@ -424,7 +424,7 @@ following resource paths: / The root of the resource paths tree │ ├─ request All information related to the HTTP request. Read-Only -│ ├──── method Used HTTP Method (GET, POST) +│ ├──── method HTTP Method used (GET, POST) │ ├──── host Host part of the URL │ ├──── path Complete URL path (URL-unquoted) │ ├──── matches Previously matched URL path parts