diff --git a/Plugin-Architecture.md b/Plugin-Architecture.md index 3482e53..bda9606 100644 --- a/Plugin-Architecture.md +++ b/Plugin-Architecture.md @@ -21,7 +21,7 @@ It has been initially produced as part of [Issue #87](https://github.com/markche | `composer.json` & `composer.lock` | Declares Composer dependencies and scripts. | | `CONTRIBUTING.md` | A guide to contributing to the project. | | `LICENSE` | The license under which the project is released. | -| `package.json` & `package-lock.json | Declares NPM dependencies and scripts. | +| `package.json` & `package-lock.json` | Declares NPM dependencies and scripts. | | `README.md` | Provides an overview of the project. | | `SECURITY.md` | Provides guidance on reporting security-related issues. | | `wpml-config.xml` | Used by the [WPML Plugin](https://wpml.org/documentation/support/language-configuration-files/) for translation. |