aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`.