Skip to content

Commit 2919e49

Browse files
committed
Merge branch 'chore/metricsTypeDoc' of github.com:awslabs/aws-lambda-powertools-typescript into chore/metricsTypeDoc
2 parents da05c02 + 4df88d3 commit 2919e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/src/Metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const DEFAULT_NAMESPACE = 'default_namespace';
3131
*
3232
* ### Object oriented way with decorator
3333
*
34-
* If you are used to typescript Class usage to encapsulate your lambda handler you can leverage the [@metrics.logMetrics()](./_aws_lambda_powertools_metrics.Metrics.html#logMetrics) decorator to automatically:
34+
* If you are used to typescript Class usage to encapsulate your Lambda handler you can leverage the [@metrics.logMetrics()](./_aws_lambda_powertools_metrics.Metrics.html#logMetrics) decorator to automatically:
3535
* * create cold start metric
3636
* * flush buffered metrics
3737
* * raise on empty metrics

0 commit comments

Comments
 (0)