=doc Fix indefinite articles typos in docs (#20924)
This commit is contained in:
parent
9e6f346a19
commit
1009f8e235
10 changed files with 13 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ Description
|
|||
If the ``Future[T]`` succeeds the request is completed using the value's marshaller (this directive therefore
|
||||
requires a marshaller for the future's parameter type to be implicitly available). The execution of the inner
|
||||
route passed to this directive is only executed if the given future completed with a failure,
|
||||
exposing the reason of failure as a extraction of type ``Throwable``.
|
||||
exposing the reason of failure as an extraction of type ``Throwable``.
|
||||
|
||||
To handle the successful case manually as well, use the :ref:`-onComplete-` directive, instead.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue