Skip to content

Commit b43e826

Browse files
committed
Fix typo
1 parent 3a9539d commit b43e826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/wp-content/themes/twentytwentyfive/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
1717
/*
1818
* IMPORTANT: This file is not normally served directly on the frontend, unless SCRIPT_DEBUG is enabled. For normal page
1919
* loads, the `style.min.css` file will be served instead of `style.css` for improved performance. Because of this, if
20-
* you make and changes to this file in the Theme File Editor, you will not normally see those changes reflected on the
20+
* you make any changes to this file in the Theme File Editor, you will not normally see those changes reflected on the
2121
* frontend. You would need to navigate to the theme directory in a terminal and run `npm install && npm run build`.
2222
* Because of this, it is not recommended that you use the Theme File Editor to modify this stylesheet. Instead, you
2323
* should add the necessary style overrides via "Additional CSS" in the Site Editor. If neither of these are an option,

src/wp-content/themes/twentytwentytwo/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Twenty Twenty-Two is distributed under the terms of the GNU GPL.
2020
/*
2121
* IMPORTANT: This file is not normally served directly on the frontend, unless SCRIPT_DEBUG is enabled. For normal page
2222
* loads, the `style.min.css` file will be served instead of `style.css` for improved performance. Because of this, if
23-
* you make and changes to this file in the Theme File Editor, you will not normally see those changes reflected on the
23+
* you make any changes to this file in the Theme File Editor, you will not normally see those changes reflected on the
2424
* frontend. You would need to navigate to the theme directory in a terminal and run `npm install && npm run build`.
2525
* Because of this, it is not recommended that you use the Theme File Editor to modify this stylesheet. Instead, you
2626
* should add the necessary style overrides via "Additional CSS" in the Site Editor. If neither of these are an option,

0 commit comments

Comments
 (0)