Skip to content

Commit

Permalink
docs: fix typos in examples.contrib.prometheus (#3610)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Coffee <jacob@z7x.org>
  • Loading branch information
taihim and JacobCoffee authored Jul 9, 2024
1 parent 86e2912 commit 5c50d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5c50d8a

Please sign in to comment.