From 5c50d8af2ef24736f0937ddae218c1ca8c9d6d7f Mon Sep 17 00:00:00 2001 From: Taimur Ibrahim Date: Tue, 9 Jul 2024 15:15:20 +0200 Subject: [PATCH] docs: fix typos in examples.contrib.prometheus (#3610) Co-authored-by: Jacob Coffee --- .../prometheus/using_prometheus_exporter_with_extra_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/contrib/prometheus/using_prometheus_exporter_with_extra_configs.py b/docs/examples/contrib/prometheus/using_prometheus_exporter_with_extra_configs.py index 84497cac5e..d14f4e92a1 100644 --- a/docs/examples/contrib/prometheus/using_prometheus_exporter_with_extra_configs.py +++ b/docs/examples/contrib/prometheus/using_prometheus_exporter_with_extra_configs.py @@ -32,7 +32,7 @@ def custom_exemplar(request: Request[Any, Any, Any]) -> Dict[str, str]: # Creating the instance of PrometheusConfig with our own custom options. -# The givenn options ara not necessary, you can use the default ones +# The given options are not necessary, you can use the default ones # as well by just creating a raw instance PrometheusConfig() prometheus_config = PrometheusConfig( app_name="litestar-example",