From 0b4d5a4c58d705e2c42c41dbc4529f434c402d68 Mon Sep 17 00:00:00 2001 From: fcdeveloper00 Date: Tue, 19 Aug 2025 05:08:11 -0700 Subject: [PATCH] Update data-redaction.md --- docs/core/extensions/data-redaction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/core/extensions/data-redaction.md b/docs/core/extensions/data-redaction.md index 392a8b6ac8695..ac59ddb68da8d 100644 --- a/docs/core/extensions/data-redaction.md +++ b/docs/core/extensions/data-redaction.md @@ -141,7 +141,7 @@ Include this section in your JSON config file: - Different key IDs mean the values are unrelated and can't be used for correlation. > [!NOTE] -> The is still experimental, so the preceding methods will cause the `EXTEXP0002` warningm indicating it's not yet stable. +> The is still experimental, so the preceding methods will cause the `EXTEXP0002` warning indicating it's not yet stable. > To use it, add `$(NoWarn);EXTEXP0002` to your project file or add `#pragma warning disable EXTEXP0002` around the calls to `SetHmacRedactor`. ### Configure a custom redactor @@ -150,8 +150,6 @@ To create a custom redactor, define a subclass that inherits from