Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0180afb

Browse files
authored
fix typo (#11374)
1 parent 836559d commit 0180afb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![Unit Tests](https://github.com/woocommerce/woocommerce-blocks/workflows/E2E%20tests/badge.svg?branch=trunk)
88
![E2E Tests](https://github.com/woocommerce/woocommerce-blocks/workflows/Unit%20Tests/badge.svg?branch=trunk)
99

10-
This is the feature plugin for WooCommerce + Gutenberg. This plugin serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor.
10+
This is the feature plugin for WooCommerce + the Gutenberg. This plugin serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor.
1111

1212
Use this plugin if you want access to the bleeding edge of available blocks for WooCommerce. However, stable blocks are bundled into WooCommerce, and can be added from the "WooCommerce" section in the block inserter.
1313

@@ -40,15 +40,15 @@ If you want to see what we're working on for future versions, or want to help ou
4040

4141
We release a new version of WooCommerce Blocks onto WordPress.org every few weeks, which can be used as an easier way to preview the features.
4242

43-
> Note: The plugin follows a policy of supporting the "L0" strategy for version support. What this means is that the plugin will require the most recent version of WordPress, and the most recent version of WooCommerce core at the time of a release. You can read more about [this policy here](https://developer.woocommerce.com/?p=9998).
43+
> Note: The plugin follows a policy of supporting the "L0" strategy for version support. What this means is that the plugin will require the most recent version of WordPress. It will also require the most recent version of WooCommerce core at the time of a release. You can read more about [this policy here](https://developer.woocommerce.com/?p=9998).
4444
45-
1. Make sure you have the latest available versions of WordPress and WooCommerce on your site.
45+
1.Ensure you have the latest available versions of WordPress and WooCommerce installed on your site.
4646
2. The plugin version is available on WordPress.org. [Download the plugin version here.](https://wordpress.org/plugins/woo-gutenberg-products-block/)
4747
3. Activate the plugin.
4848

4949
## Installing the development version
5050

51-
1. Make sure you have the latest versions of WordPress and WooCommerce on your site.
51+
1. Ensure you have the latest versions of WordPress and WooCommerce installed on your site.
5252
2. Get a copy of this plugin using the green "Clone or download" button on the right.
5353
3. Make sure you're using Node.js v16.15. If you use a Node version management tool such as `nvm` or `n`, you can do so by running `nvm use` or `n auto`, respectively.
5454
4. `npm install` to install the dependencies.
@@ -59,7 +59,7 @@ We release a new version of WooCommerce Blocks onto WordPress.org every few week
5959
3. `npm start` (development build + watching for changes).
6060
7. Activate the plugin.
6161

62-
The source code is in the `assets/` folder and the compiled code is built into `build/`.
62+
The source code is in the `assets/` folder, and the compiled code is stored into `build/`.
6363

6464
## Getting started with block development
6565

@@ -78,4 +78,4 @@ Other useful docs to explore:
7878

7979
## Long-term vision
8080

81-
WooCommerce Blocks are the easiest, most flexible way to build your store user interface and showcase your products.
81+
WooCommerce Blocks are the easiest, most flexible way to build your store's user interface and showcase your products.

0 commit comments

Comments
 (0)