From 8b8fc58efcbfffdfcbf4c77ab732eb8eae8f3c27 Mon Sep 17 00:00:00 2001 From: Mohataseem Khan Date: Mon, 17 Mar 2025 07:58:09 +0530 Subject: [PATCH] Update scrubber.md (#5818) improve readability --- docs/api/scrubber.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/scrubber.md b/docs/api/scrubber.md index daa1ca228..d1be2102f 100644 --- a/docs/api/scrubber.md +++ b/docs/api/scrubber.md @@ -24,7 +24,7 @@ Scrubber.setScrubber((key, value) => { ``` By setting the scrubber in this way, the error example given above will be -printed as +printed as: ``` Cannot get the child of a text node: {"text": "... scrubbed ..."} @@ -62,7 +62,7 @@ const generateRandomCharacter = (): string => { Scrubber.setScrubber(Scrubber.textRandomizer(['text', 'src'])) ``` -In this example, a Node that looked like +In this example, a Node that looked like: ```json { "text": "My test input string", "count": 5 }