diff --git a/src/personas/identity-resolution/identity-resolution-onboarding.md b/src/personas/identity-resolution/identity-resolution-onboarding.md index 3b6cd34b07..d59e10182d 100644 --- a/src/personas/identity-resolution/identity-resolution-onboarding.md +++ b/src/personas/identity-resolution/identity-resolution-onboarding.md @@ -80,7 +80,7 @@ In the past, Segment has seen certain default values that cause large amounts of | Value | Type | | ----------------------------- | --------------- | -| Zeroes and Dashes (`^[0\-]*$) | Pattern (REGEX) | +| Zeroes and Dashes (^[0-]*$) | Pattern (REGEX) | | -1 | Exact Match | | null | Exact Match | | anonymous | Exact Match |