diff --git a/docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx b/docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx index 5a0380720bfa1a..3563fe0ebeec88 100644 --- a/docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx +++ b/docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx @@ -95,7 +95,7 @@ To accomodate more fine-grained filtering, the Safe Fields support the same synt [Advanced Datascrubbing Sources](/security-legal-pii/scrubbing//advanced-datascrubbing/#sources). If you want to leave the `user.id` field intact, you can configure the `id` as a Safe Field, but this will also -mark `extra.id` as a Safe Field. To specifically select the user id, use the full path instead of `user.id`. +mark `extra.id` as a Safe Field. To specifically select the user id, use the full path `user.id`. Marking elements of an array as safe requires a wildcard selector, for example `'sys.argv'.*`. A deep wildcard can be used to mark all elements contained within an object. The two selectors: `extra.credentials` and