aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warski <adam@warski.org>2018-04-15 21:27:32 +0200
committerGitHub <noreply@github.com>2018-04-15 21:27:32 +0200
commitf30292c7a2a2f38b553ac1e8ecd9a2e0f7463a26 (patch)
tree14fb5575ad9f6c6c37998b8057a7673ab02a8ce8
parent5bbfcc8da651d4f95513e0c1d2522ab84845fe6c (diff)
parentba111feb9bec70d074695f19c80d5c72ce7d72a9 (diff)
downloadsttp-f30292c7a2a2f38b553ac1e8ecd9a2e0f7463a26.tar.gz
sttp-f30292c7a2a2f38b553ac1e8ecd9a2e0f7463a26.tar.bz2
sttp-f30292c7a2a2f38b553ac1e8ecd9a2e0f7463a26.zip
Merge pull request #78 from jsw/patch-4
fix typo
-rw-r--r--docs/backends/summary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/backends/summary.rst b/docs/backends/summary.rst
index 11e9b55..bf6de57 100644
--- a/docs/backends/summary.rst
+++ b/docs/backends/summary.rst
@@ -32,6 +32,6 @@ Class Response wrapper Supported stream t
There are also backends which wrap other backends to provide additional functionality. These include:
-* ``TryBackend``, which safely wraps any exceptions thrwon by a synchronous backend in ``scala.util.Try``
+* ``TryBackend``, which safely wraps any exceptions thrown by a synchronous backend in ``scala.util.Try``
* ``BraveBackend``, for Zipkin-compatible distributed tracing. See the :ref:`dedicated section <brave_backend>`.
-* ``PrometheusBackend``, for gathering Prometheus-format metrics. See the :ref:`dedicated section <prometheus_backend>`. \ No newline at end of file
+* ``PrometheusBackend``, for gathering Prometheus-format metrics. See the :ref:`dedicated section <prometheus_backend>`.