diff --git a/packages/documentation/copy/en/reference/Type Compatibility.md b/packages/documentation/copy/en/reference/Type Compatibility.md index b8d4566db5cb..675529da46fb 100644 --- a/packages/documentation/copy/en/reference/Type Compatibility.md +++ b/packages/documentation/copy/en/reference/Type Compatibility.md @@ -307,7 +307,7 @@ For practical purposes, type compatibility is dictated by assignment compatibili The following table summarizes assignability between some abstract types. Rows indicate what each is assignable to, columns indicate what is assignable to them. -A "✓" indicates a combination that is compatible only when [`strictNullChecks`](/tsconfig#strictNullChecks) is off. +A "✓" indicates a combination that is compatible only when [`strictNullChecks`](/tsconfig#strictNullChecks) is off.
undefined → | ✓ | ✓ | -✓ | +✓ | ✓ | - | ✓ | +✓ | ✕ | |
null → | ✓ | ✓ | -✓ | -✓ | -✓ | +✓ | +✓ | +✓ | ✕ |