Make WordPress Core

Changeset 49818


Ignore:
Timestamp:
12/17/2020 12:55:52 PM (4 years ago)
Author:
desrosj
Message:

Twenty Twenty-One: Fix typos in some inline comments.

Props tanvirul, mukesh27.
Merges [49795] to the 5.6 branch.
Fixes #52042.

Location:
branches/5.6
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css

    r49728 r49818  
    250250
    251251/**
    252  * Repsonsive Styles
     252 * Responsive Styles
    253253 */
    254254
  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/ie.css

    r49817 r49818  
    3535 * Vertical-margins.....Vertical spacing for the main components.
    3636 * Reset................Reset specific elements to make them easier to style in other contexts.
    37  * Clearings............Clearnings for the main components.
     37 * Clearings............Clearings for the main components.
    3838 *
    3939 * ELEMENTS
     
    6060 * Legacy...............Specific styles for the legacy gallery.
    6161 * List.................Specific styles for the list block.
    62  * Meda text............Specific styles for the media and text block.
     62 * Media text...........Specific styles for the media and text block.
    6363 * Navigation...........Specific styles for the navigation block.
    6464 * Paragraph............Specific styles for the paragraph block.
     
    722722
    723723/**
    724  * Repsonsive Styles
     724 * Responsive Styles
    725725 */
    726726
     
    842842 * - Set vertical margins and responsive widths on
    843843 *   top-level wrappers and content wrappers
    844  * - `--global--width-content` is a responsive veriable
     844 * - `--global--width-content` is a responsive variable
    845845 * - See: globals/_global-width-responsive.scss
    846846 */
     
    873873/**
    874874 * Site-main children wrappers
    875  * - Add double vertical margins here for clearer heirarchy
     875 * - Add double vertical margins here for clearer hierarchy
    876876 */
    877877.site-main > * {
  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css

    r49728 r49818  
    250250
    251251/**
    252  * Repsonsive Styles
     252 * Responsive Styles
    253253 */
    254254
  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss

    r49574 r49818  
    11/**
    2  * Repsonsive Styles
     2 * Responsive Styles
    33 */
    44
  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss

    r49574 r49818  
    44 * - Set vertical margins and responsive widths on
    55 *   top-level wrappers and content wrappers
    6  * - `--global--width-content` is a responsive veriable
     6 * - `--global--width-content` is a responsive variable
    77 * - See: globals/_global-width-responsive.scss
    88 */
     
    3333/**
    3434 * Site-main children wrappers
    35  * - Add double vertical margins here for clearer heirarchy
     35 * - Add double vertical margins here for clearer hierarchy
    3636 */
    3737.site-main > * {
  • branches/5.6/src/wp-content/themes/twentytwentyone/assets/sass/style.scss

    r49817 r49818  
    1616 * Vertical-margins.....Vertical spacing for the main components.
    1717 * Reset................Reset specific elements to make them easier to style in other contexts.
    18  * Clearings............Clearnings for the main components.
     18 * Clearings............Clearings for the main components.
    1919 *
    2020 * ELEMENTS
     
    4141 * Legacy...............Specific styles for the legacy gallery.
    4242 * List.................Specific styles for the list block.
    43  * Meda text............Specific styles for the media and text block.
     43 * Media text...........Specific styles for the media and text block.
    4444 * Navigation...........Specific styles for the navigation block.
    4545 * Paragraph............Specific styles for the paragraph block.
  • branches/5.6/src/wp-content/themes/twentytwentyone/single.php

    r49574 r49818  
    4848    }
    4949
    50     /* translators: %s: The post-type singlular name (example: Post, Page etc) */
     50    /* translators: %s: The post-type singular name (example: Post, Page, etc.) */
    5151    $twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
    52     /* translators: %s: The post-type singlular name (example: Post, Page etc) */
     52    /* translators: %s: The post-type singular name (example: Post, Page, etc.) */
    5353    $twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name );
    5454
  • branches/5.6/src/wp-content/themes/twentytwentyone/style-rtl.css

    r49817 r49818  
    3535 * Vertical-margins.....Vertical spacing for the main components.
    3636 * Reset................Reset specific elements to make them easier to style in other contexts.
    37  * Clearings............Clearnings for the main components.
     37 * Clearings............Clearings for the main components.
    3838 *
    3939 * ELEMENTS
     
    6060 * Legacy...............Specific styles for the legacy gallery.
    6161 * List.................Specific styles for the list block.
    62  * Meda text............Specific styles for the media and text block.
     62 * Media text...........Specific styles for the media and text block.
    6363 * Navigation...........Specific styles for the navigation block.
    6464 * Paragraph............Specific styles for the paragraph block.
     
    722722
    723723/**
    724  * Repsonsive Styles
     724 * Responsive Styles
    725725 */
    726726
     
    834834 * - Set vertical margins and responsive widths on
    835835 *   top-level wrappers and content wrappers
    836  * - `--global--width-content` is a responsive veriable
     836 * - `--global--width-content` is a responsive variable
    837837 * - See: globals/_global-width-responsive.scss
    838838 */
     
    865865/**
    866866 * Site-main children wrappers
    867  * - Add double vertical margins here for clearer heirarchy
     867 * - Add double vertical margins here for clearer hierarchy
    868868 */
    869869.site-main > * {
  • branches/5.6/src/wp-content/themes/twentytwentyone/style.css

    r49817 r49818  
    3535 * Vertical-margins.....Vertical spacing for the main components.
    3636 * Reset................Reset specific elements to make them easier to style in other contexts.
    37  * Clearings............Clearnings for the main components.
     37 * Clearings............Clearings for the main components.
    3838 *
    3939 * ELEMENTS
     
    6060 * Legacy...............Specific styles for the legacy gallery.
    6161 * List.................Specific styles for the list block.
    62  * Meda text............Specific styles for the media and text block.
     62 * Media text...........Specific styles for the media and text block.
    6363 * Navigation...........Specific styles for the navigation block.
    6464 * Paragraph............Specific styles for the paragraph block.
     
    722722
    723723/**
    724  * Repsonsive Styles
     724 * Responsive Styles
    725725 */
    726726
     
    842842 * - Set vertical margins and responsive widths on
    843843 *   top-level wrappers and content wrappers
    844  * - `--global--width-content` is a responsive veriable
     844 * - `--global--width-content` is a responsive variable
    845845 * - See: globals/_global-width-responsive.scss
    846846 */
     
    873873/**
    874874 * Site-main children wrappers
    875  * - Add double vertical margins here for clearer heirarchy
     875 * - Add double vertical margins here for clearer hierarchy
    876876 */
    877877.site-main > * {
Note: See TracChangeset for help on using the changeset viewer.