diff --git a/docs/core/entity/climate.md b/docs/core/entity/climate.md
index e3e8ae45..8cce0295 100644
--- a/docs/core/entity/climate.md
+++ b/docs/core/entity/climate.md
@@ -32,7 +32,6 @@ Properties should always only return information from memory and not do I/O (lik
| swing_modes | list[str] | None
| **Required by SUPPORT_SWING_MODE** | Returns the list of available swing modes. |
| target_humidity | int | None
| `None` | The target humidity the device is trying to reach. |
| target_temperature | float | None
| `None` | The temperature currently set to be reached. |
-| target_temperature_step | float | None
| `None` | The temperature step to increase or decreate the target temperature. |
| target_temperature_high | float | None
| **Required by TARGET_TEMPERATURE_RANGE** | The upper bound target temperature |
| target_temperature_low | float | None
| **Required by TARGET_TEMPERATURE_RANGE** | The lower bound target temperature |
| target_temperature_step | float | None
| `None` | The supported step size a target temperature can be increased or decreased |