diff --git a/packages/tsconfig-reference/copy/en/options/exactOptionalPropertyTypes.md b/packages/tsconfig-reference/copy/en/options/exactOptionalPropertyTypes.md index 12b8813d529e..506b57dd2a41 100644 --- a/packages/tsconfig-reference/copy/en/options/exactOptionalPropertyTypes.md +++ b/packages/tsconfig-reference/copy/en/options/exactOptionalPropertyTypes.md @@ -1,6 +1,6 @@ --- display: "exactOptionalPropertyTypes" -oneline: "Differentiate between undefined and not present when type checking." +oneline: "Interpret optional property types as written, rather than adding `undefined`." --- With exactOptionalPropertyTypes enabled, TypeScript applies stricter rules around how it handles properties on `type` or `interfaces` which have a `?` prefix.