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