diff --git a/core/lib/Drupal/Core/Render/Element/Tableselect.php b/core/lib/Drupal/Core/Render/Element/Tableselect.php
index cc6aefd33b2e347aebb5128a1a63a9532ebcfc81..27338cfa7757bd2b903ed598f052d862b9a90bde 100644
--- a/core/lib/Drupal/Core/Render/Element/Tableselect.php
+++ b/core/lib/Drupal/Core/Render/Element/Tableselect.php
@@ -16,7 +16,7 @@
  * Provides a form element for a table with radios or checkboxes in left column.
  *
  * Properties:
- * - #headers: Table headers used in the table.
+ * - #header: Table headers used in the table.
  * - #options: An associative array where each key is the value returned when
  *   a user selects the radio button or checkbox, and each value is the row of
  *   table data.