diff --git a/docs/faq.mdx b/docs/faq.mdx index b8170eb53..f267e26a1 100644 --- a/docs/faq.mdx +++ b/docs/faq.mdx @@ -88,7 +88,7 @@ const assignments = statsig.getClientInitializeResponse(userObj, "client-key", { ### What happens if I check a config with a non-existent name? -You'll receive default values - false for feature flags, and the in-code defaults for experiments or layer parameters. You should expect to see "Unrecognized" evaluation reasons - see our [Debugging Section](/sdk/debugging#evaluation-reason) +You'll receive default values - false for feature flags, and the in-code defaults for experiments or layer parameters. You should expect to see "Unrecognized" evaluation reasons - see our [Debugging Section](/sdk/debugging#evaluation-reason). This behavior will be the same on a non-existent config vs. one that is deleted, one that is archived, or one that your current SDK instance can't see because of [target apps](/sdk-keys/target-apps/). ---