aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff White <jsw@liquidchill.org>2018-04-15 12:22:00 -0700
committerGitHub <noreply@github.com>2018-04-15 12:22:00 -0700
commitba111feb9bec70d074695f19c80d5c72ce7d72a9 (patch)
tree14fb5575ad9f6c6c37998b8057a7673ab02a8ce8
parent5bbfcc8da651d4f95513e0c1d2522ab84845fe6c (diff)
downloadsttp-ba111feb9bec70d074695f19c80d5c72ce7d72a9.tar.gz
sttp-ba111feb9bec70d074695f19c80d5c72ce7d72a9.tar.bz2
sttp-ba111feb9bec70d074695f19c80d5c72ce7d72a9.zip
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>`.