diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4ccb59aa2df443..e9a47c7322e476 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -166,9 +166,9 @@ Maintaining dozens of npm packages is difficult—it can be tough to keep track
The developer who proposes a change (pull request) is responsible to choose the correct version increment (`major`, `minor`, or `patch`) according to the following guidelines:
-- Major version X (X.y.z | X > 0) should be changed with any backwards-incompatible/"breaking" change. This will usually occur at the final stage of deprecating and removing of a feature.
-- Minor version Y (x.Y.z | x > 0) should be changed when you add functionality or change functionality in a backwards-compatible manner. It must be incremented if any public API functionality is marked as deprecated.
-- Patch version Z (x.y.Z | x > 0) should be incremented when you make backwards-compatible bug fixes.
+- Major version X (X.y.z | X > 0) should be changed with any backward incompatible/"breaking" change. This will usually occur at the final stage of deprecating and removing of a feature.
+- Minor version Y (x.Y.z | x > 0) should be changed when you add functionality or change functionality in a backward compatible manner. It must be incremented if any public API functionality is marked as deprecated.
+- Patch version Z (x.y.Z | x > 0) should be incremented when you make backward compatible bug fixes.
When in doubt, refer to [Semantic Versioning specification](https://semver.org/).
diff --git a/README.md b/README.md
index 03251ceba2160e..855958ef9635ef 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
This repo is the development hub for the editor focus in WordPress Core. `Gutenberg` is the project name.
## Getting started
-- **Download:** If you want to use the latest release with your WordPress site, download the latest release from the WordPress.org plugins repository.
+- **Download:** If you want to use the latest release with your WordPress site, download the latest release from the WordPress.org plugins repository.
- **Discuss:** Conversations and discussions take place in `#core-editor` channel on the Making WordPress Slack.
- **Contribute:** Development of Gutenberg happens in this GitHub repo. Get started by reading the contributing guidelines.
- **Learn:** Discover more about the project on WordPress.org.
@@ -44,7 +44,7 @@ Check out the (
block="core/archives"
attributes={ {
showPostCounts: true,
- displayAsDropdown: false,
+ displayAsDropdown: false,
} }
/>
);
diff --git a/packages/edit-post/src/store/effects.js b/packages/edit-post/src/store/effects.js
index 70ebd8cbb53051..a177c36c1b761b 100644
--- a/packages/edit-post/src/store/effects.js
+++ b/packages/edit-post/src/store/effects.js
@@ -79,7 +79,7 @@ const effects = {
const state = store.getState();
- // Additional data needed for backwards compatibility.
+ // Additional data needed for backward compatibility.
// If we do not provide this data, the post will be overridden with the default values.
const post = select( 'core/editor' ).getCurrentPost( state );
const additionalData = [