diff --git a/README.md b/README.md index c340e7a..8519b81 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ All contributions are welcome! Please create [an issue](https://github.com/xwp/s - We use [`wp-env`](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/) for local development environment. See all the `env:*` scripts in `package.json` for supported commands and helpers. -- `webpack.config.js` configures how `@wordpresss/scripts` transforms JS and CSS assets during packaging. +- `webpack.config.js` configures how `@wordpress/scripts` transforms JS and CSS assets during packaging. - We use the `@wordpress/eslint-plugin/recommended-with-formatting` ruleset for JS linting since the Prettier integration is [currently unreliable in `@wordpress/scripts`](https://github.com/WordPress/gutenberg/issues/21872).