From 8664ef867365cf7a253c1f0db4321bf7a8e8145e Mon Sep 17 00:00:00 2001 From: Leandro Damascena Date: Thu, 27 Apr 2023 17:41:14 +0100 Subject: [PATCH] docs(metrics): fix format --- docs/core/metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/metrics.md b/docs/core/metrics.md index 8cd17c0a36..12386521aa 100644 --- a/docs/core/metrics.md +++ b/docs/core/metrics.md @@ -322,7 +322,7 @@ The `logMetrics` decorator of the metrics utility can be used when your Lambda h You can manually flush the metrics with `publishStoredMetrics` as follows: !!! warning -Metrics, dimensions and namespace validation still applies. + Metrics, dimensions and namespace validation still applies. === "handler.ts" @@ -466,4 +466,4 @@ CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetr --8<-- "docs/snippets/metrics/singleMetricDifferentDimsDecorator.ts" ``` - 1. Binding your handler method allows your handler to access `this` within the class methods. \ No newline at end of file + 1. Binding your handler method allows your handler to access `this` within the class methods.