diff --git a/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/wp-content/themes/twentytwentyone/assets/css/ie-editor.css index 5658559f6f..54693391b7 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie-editor.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie-editor.css @@ -249,7 +249,7 @@ } /** - * Repsonsive Styles + * Responsive Styles */ /** diff --git a/wp-content/themes/twentytwentyone/assets/css/ie.css b/wp-content/themes/twentytwentyone/assets/css/ie.css index 35516b6090..f72b1f0ad2 100644 --- a/wp-content/themes/twentytwentyone/assets/css/ie.css +++ b/wp-content/themes/twentytwentyone/assets/css/ie.css @@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Breakpoints..........Mixins and variables for responsive styles * Vertical-margins.....Vertical spacing for the main components. * Reset................Reset specific elements to make them easier to style in other contexts. - * Clearings............Clearnings for the main components. + * Clearings............Clearings for the main components. * * ELEMENTS * Blockquote...........Default blockquote. @@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Latest posts.........Specific styles for the latest posts block. * Legacy...............Specific styles for the legacy gallery. * List.................Specific styles for the list block. - * Meda text............Specific styles for the media and text block. + * Media text...........Specific styles for the media and text block. * Navigation...........Specific styles for the navigation block. * Paragraph............Specific styles for the paragraph block. * Pullquote............Specific styles for the pullquote block. @@ -721,7 +721,7 @@ template { } /** - * Repsonsive Styles + * Responsive Styles */ /** @@ -841,7 +841,7 @@ template { * * - Set vertical margins and responsive widths on * top-level wrappers and content wrappers - * - `--global--width-content` is a responsive veriable + * - `--global--width-content` is a responsive variable * - See: globals/_global-width-responsive.scss */ @@ -872,7 +872,7 @@ template { /** * Site-main children wrappers - * - Add double vertical margins here for clearer heirarchy + * - Add double vertical margins here for clearer hierarchy */ .site-main > * { margin-top: calc(3 * var(--global--spacing-vertical)); diff --git a/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/wp-content/themes/twentytwentyone/assets/css/style-editor.css index 5658559f6f..54693391b7 100644 --- a/wp-content/themes/twentytwentyone/assets/css/style-editor.css +++ b/wp-content/themes/twentytwentyone/assets/css/style-editor.css @@ -249,7 +249,7 @@ } /** - * Repsonsive Styles + * Responsive Styles */ /** diff --git a/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss b/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss index 995a3e24db..254c8136f6 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss @@ -1,5 +1,5 @@ /** - * Repsonsive Styles + * Responsive Styles */ /** diff --git a/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss b/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss index d096fdcb30..d0f81cf2f3 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss @@ -3,7 +3,7 @@ * * - Set vertical margins and responsive widths on * top-level wrappers and content wrappers - * - `--global--width-content` is a responsive veriable + * - `--global--width-content` is a responsive variable * - See: globals/_global-width-responsive.scss */ @@ -32,7 +32,7 @@ /** * Site-main children wrappers - * - Add double vertical margins here for clearer heirarchy + * - Add double vertical margins here for clearer hierarchy */ .site-main > * { margin-top: calc(3 * var(--global--spacing-vertical)); diff --git a/wp-content/themes/twentytwentyone/assets/sass/style.scss b/wp-content/themes/twentytwentyone/assets/sass/style.scss index ba272de9f6..085cfe194c 100644 --- a/wp-content/themes/twentytwentyone/assets/sass/style.scss +++ b/wp-content/themes/twentytwentyone/assets/sass/style.scss @@ -15,7 +15,7 @@ * Breakpoints..........Mixins and variables for responsive styles * Vertical-margins.....Vertical spacing for the main components. * Reset................Reset specific elements to make them easier to style in other contexts. - * Clearings............Clearnings for the main components. + * Clearings............Clearings for the main components. * * ELEMENTS * Blockquote...........Default blockquote. @@ -40,7 +40,7 @@ * Latest posts.........Specific styles for the latest posts block. * Legacy...............Specific styles for the legacy gallery. * List.................Specific styles for the list block. - * Meda text............Specific styles for the media and text block. + * Media text...........Specific styles for the media and text block. * Navigation...........Specific styles for the navigation block. * Paragraph............Specific styles for the paragraph block. * Pullquote............Specific styles for the pullquote block. diff --git a/wp-content/themes/twentytwentyone/single.php b/wp-content/themes/twentytwentyone/single.php index 903903de2b..4ba64b2521 100644 --- a/wp-content/themes/twentytwentyone/single.php +++ b/wp-content/themes/twentytwentyone/single.php @@ -47,9 +47,9 @@ while ( have_posts() ) : $twentytwentyone_post_type_name = $twentytwentyone_post_type->labels->singular_name; } - /* translators: %s: The post-type singlular name (example: Post, Page etc) */ + /* translators: %s: The post-type singular name (example: Post, Page, etc.) */ $twentytwentyone_next_label = sprintf( esc_html__( 'Next %s', 'twentytwentyone' ), $twentytwentyone_post_type_name ); - /* translators: %s: The post-type singlular name (example: Post, Page etc) */ + /* translators: %s: The post-type singular name (example: Post, Page, etc.) */ $twentytwentyone_previous_label = sprintf( esc_html__( 'Previous %s', 'twentytwentyone' ), $twentytwentyone_post_type_name ); the_post_navigation( diff --git a/wp-content/themes/twentytwentyone/style-rtl.css b/wp-content/themes/twentytwentyone/style-rtl.css index b499e20653..5bf3f4b9f1 100644 --- a/wp-content/themes/twentytwentyone/style-rtl.css +++ b/wp-content/themes/twentytwentyone/style-rtl.css @@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Breakpoints..........Mixins and variables for responsive styles * Vertical-margins.....Vertical spacing for the main components. * Reset................Reset specific elements to make them easier to style in other contexts. - * Clearings............Clearnings for the main components. + * Clearings............Clearings for the main components. * * ELEMENTS * Blockquote...........Default blockquote. @@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Latest posts.........Specific styles for the latest posts block. * Legacy...............Specific styles for the legacy gallery. * List.................Specific styles for the list block. - * Meda text............Specific styles for the media and text block. + * Media text...........Specific styles for the media and text block. * Navigation...........Specific styles for the navigation block. * Paragraph............Specific styles for the paragraph block. * Pullquote............Specific styles for the pullquote block. @@ -721,7 +721,7 @@ template { } /** - * Repsonsive Styles + * Responsive Styles */ /** @@ -833,7 +833,7 @@ template { * * - Set vertical margins and responsive widths on * top-level wrappers and content wrappers - * - `--global--width-content` is a responsive veriable + * - `--global--width-content` is a responsive variable * - See: globals/_global-width-responsive.scss */ @@ -864,7 +864,7 @@ template { /** * Site-main children wrappers - * - Add double vertical margins here for clearer heirarchy + * - Add double vertical margins here for clearer hierarchy */ .site-main > * { margin-top: calc(3 * var(--global--spacing-vertical)); diff --git a/wp-content/themes/twentytwentyone/style.css b/wp-content/themes/twentytwentyone/style.css index 35516b6090..f72b1f0ad2 100644 --- a/wp-content/themes/twentytwentyone/style.css +++ b/wp-content/themes/twentytwentyone/style.css @@ -34,7 +34,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Breakpoints..........Mixins and variables for responsive styles * Vertical-margins.....Vertical spacing for the main components. * Reset................Reset specific elements to make them easier to style in other contexts. - * Clearings............Clearnings for the main components. + * Clearings............Clearings for the main components. * * ELEMENTS * Blockquote...........Default blockquote. @@ -59,7 +59,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL. * Latest posts.........Specific styles for the latest posts block. * Legacy...............Specific styles for the legacy gallery. * List.................Specific styles for the list block. - * Meda text............Specific styles for the media and text block. + * Media text...........Specific styles for the media and text block. * Navigation...........Specific styles for the navigation block. * Paragraph............Specific styles for the paragraph block. * Pullquote............Specific styles for the pullquote block. @@ -721,7 +721,7 @@ template { } /** - * Repsonsive Styles + * Responsive Styles */ /** @@ -841,7 +841,7 @@ template { * * - Set vertical margins and responsive widths on * top-level wrappers and content wrappers - * - `--global--width-content` is a responsive veriable + * - `--global--width-content` is a responsive variable * - See: globals/_global-width-responsive.scss */ @@ -872,7 +872,7 @@ template { /** * Site-main children wrappers - * - Add double vertical margins here for clearer heirarchy + * - Add double vertical margins here for clearer hierarchy */ .site-main > * { margin-top: calc(3 * var(--global--spacing-vertical)); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9e53d41830..3e541b4fb6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6.1-alpha-49817'; +$wp_version = '5.6.1-alpha-49818'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.