diff -u b/core/modules/views/templates/views-view-grid.html.twig b/core/modules/views/templates/views-view-grid.html.twig --- b/core/modules/views/templates/views-view-grid.html.twig +++ b/core/modules/views/templates/views-view-grid.html.twig @@ -10,9 +10,9 @@ * - rows: The rendered view results. * - options: The view plugin style options. * - row_class_default: A flag indicating whether default classes should be - * used on rows. + * used on rows. * - col_class_default: A flag indicating whether default classes should be - * used on columns. + * used on columns. * - items: A list of grid items. Each item contains a list of rows or columns. * The order in what comes first (row or column) depends on which alignment * type is chosen (horizontal or vertical). diff -u b/core/modules/views/templates/views-view-table.html.twig b/core/modules/views/templates/views-view-table.html.twig --- b/core/modules/views/templates/views-view-table.html.twig +++ b/core/modules/views/templates/views-view-table.html.twig @@ -12,7 +12,7 @@ * - content: HTML classes to apply to each header cell, indexed by * the header's key. * - default_classes: A flag indicating whether default classes should be - * used. + * used. * - caption_needed: Is the caption tag needed. * - caption: The caption for this table. * - accessibility_description: Extended description for the table details. @@ -23,7 +23,7 @@ * - attributes: HTML classes to apply to each column. * - content: The column content. * - default_classes: A flag indicating whether default classes should be - * used. + * used. * - responsive: A flag indicating whether table is responsive. * - sticky: A flag indicating whether table header is sticky. *