diff --git a/packages/documentation/copy/en/handbook-v2/Type Manipulation/Mapped Types.md b/packages/documentation/copy/en/handbook-v2/Type Manipulation/Mapped Types.md index d3416101908c..970397b587b7 100644 --- a/packages/documentation/copy/en/handbook-v2/Type Manipulation/Mapped Types.md +++ b/packages/documentation/copy/en/handbook-v2/Type Manipulation/Mapped Types.md @@ -30,7 +30,7 @@ type OptionsFlags = { }; ``` -In this example, `OptionsFlags` will take all the properties from the type `Type` and change their values to be a boolean. +In this example, `OptionsFlags` will take all the properties from the type `Features` and change their values to be a boolean. ```ts twoslash type OptionsFlags = {