WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8b8fc58

Browse files
authored
Update scrubber.md (#5818)
improve readability
1 parent c183827 commit 8b8fc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/scrubber.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Scrubber.setScrubber((key, value) => {
2424
```
2525

2626
By setting the scrubber in this way, the error example given above will be
27-
printed as
27+
printed as:
2828

2929
```
3030
Cannot get the child of a text node: {"text": "... scrubbed ..."}
@@ -62,7 +62,7 @@ const generateRandomCharacter = (): string => {
6262
Scrubber.setScrubber(Scrubber.textRandomizer(['text', 'src']))
6363
```
6464

65-
In this example, a Node that looked like
65+
In this example, a Node that looked like:
6666

6767
```json
6868
{ "text": "My test input string", "count": 5 }

0 commit comments

Comments
 (0)