From 6f079f1f47f63e9e4305e4f65edd491fced762f5 Mon Sep 17 00:00:00 2001 From: Kate MacFarlane Date: Tue, 12 Nov 2024 15:40:28 -0500 Subject: [PATCH] Update docs/platform/advanced-targeting/custom-properties.md Co-authored-by: Adam Wootton --- docs/platform/feature-flags/targeting/custom-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/feature-flags/targeting/custom-properties.md b/docs/platform/feature-flags/targeting/custom-properties.md index 6e44cfd5..eef5bf80 100644 --- a/docs/platform/feature-flags/targeting/custom-properties.md +++ b/docs/platform/feature-flags/targeting/custom-properties.md @@ -166,7 +166,7 @@ From there, select an Enum Schema from the dropdown. This allows you to specify If you want to require this property to be set when passing custom data to the SDK, click the toggle icon next to Property Required. Enabling Property Required provides an additional safeguard when passing user data into Typescript-based SDKs. -Currently, this setting only affects the output of our [type generators](/sdk/client-side-sdks/javascript/javascript-typescript). When enabled, TypeScript enforces that the property is present in custom data. If any Custom Property flagged as required is missing, the SDK will generate a TypeScript error to alert you about missing data.``` +Currently, this setting only affects the output of our [type generators](/sdk/client-side-sdks/javascript/javascript-typescript). When enabled, TypeScript enforces that the property is present in custom data. If any Custom Property flagged as required is missing, the SDK will generate a TypeScript error to alert you about missing data.