Skip to content

Commit

Permalink
fix misstypo
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Fincher <[email protected]>
  • Loading branch information
evstratbg and cofin authored May 28, 2024
1 parent 259a73d commit 5588376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/contrib/prometheus/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PrometheusConfig:
"""The middleware class to use.
"""
group_path: bool = field(default=False)
"""Whether to group paths in the metrics ot avoid cardinality explosion.
"""Whether to group paths in the metrics to avoid cardinality explosion.
"""

@property
Expand Down

0 comments on commit 5588376

Please sign in to comment.