Skip to content

Commit 1eacd44

Browse files
fix(pii-scrubbing): Fix up sentence structure (#15125)
1 parent 9cc7160 commit 1eacd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To accomodate more fine-grained filtering, the Safe Fields support the same synt
9595
[Advanced Datascrubbing Sources](/security-legal-pii/scrubbing//advanced-datascrubbing/#sources).
9696

9797
If you want to leave the `user.id` field intact, you can configure the `id` as a Safe Field, but this will also
98-
mark `extra.id` as a Safe Field. To specifically select the user id, use the full path instead of `user.id`.
98+
mark `extra.id` as a Safe Field. To specifically select the user id, use the full path `user.id`.
9999

100100
Marking elements of an array as safe requires a wildcard selector, for example `'sys.argv'.*`. A deep wildcard
101101
can be used to mark all elements contained within an object. The two selectors: `extra.credentials` and

0 commit comments

Comments
 (0)