Skip to content

Commit a434adb

Browse files
chore(docs): fix warning rendering issue (#1423)
1 parent f2ebf08 commit a434adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The `logMetrics` decorator of the metrics utility can be used when your Lambda h
322322
You can manually flush the metrics with `publishStoredMetrics` as follows:
323323

324324
!!! warning
325-
Metrics, dimensions and namespace validation still applies.
325+
Metrics, dimensions and namespace validation still applies.
326326

327327
=== "handler.ts"
328328

@@ -466,4 +466,4 @@ CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetr
466466
--8<-- "docs/snippets/metrics/singleMetricDifferentDimsDecorator.ts"
467467
```
468468

469-
1. Binding your handler method allows your handler to access `this` within the class methods.
469+
1. Binding your handler method allows your handler to access `this` within the class methods.

0 commit comments

Comments
 (0)