From 80ceaa0465ac17ad88856550f284a93e36a7f382 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Wed, 4 Sep 2024 12:06:55 -0400 Subject: [PATCH] fix: lint Signed-off-by: Todd Baert --- specification/appendix-a-included-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/appendix-a-included-utilities.md b/specification/appendix-a-included-utilities.md index f42d54c0..ce92dd67 100644 --- a/specification/appendix-a-included-utilities.md +++ b/specification/appendix-a-included-utilities.md @@ -384,4 +384,4 @@ Consider printing the evaluation context as a stringified JSON object, or using > If the logger abstraction in the SDK supports a log level concept, the appropriate log level **SHOULD** be used for each stage (before/after: debug/info, error: error). -Consider using `debug` or `info` levels for the `before` and `after` stages, and the `error` level for the `error` stage. +Consider using `debug` or `info` levels for the `before` and `after` stages, and the `error` level for the `error` stage.