=doc Fix indefinite articles typos in docs (#20924)

This commit is contained in:
Nafer Sanabria 2016-07-11 07:13:40 -05:00 committed by Konrad Malawski
parent 9e6f346a19
commit 1009f8e235
10 changed files with 13 additions and 13 deletions

View file

@ -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.