0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00

docs: fix typo in plugin-middleware.md (#5058)

This commit is contained in:
Carmelo Scandaliato 2025-01-22 18:06:25 -05:00 committed by GitHub
parent a461a2e4cf
commit fce79e9d40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ The `auth` and `storage` are instances and can be extended, but we don't recomme
> A good example of a middleware plugin is the [verdaccio-audit](https://github.com/verdaccio/monorepo/tree/master/plugins/audit).
## Generate an middleware plugin {#generate-an-middleware-plugin}
## Generate a middleware plugin {#generate-a-middleware-plugin}
For detailed info check our [plugin generator page](plugin-generator). Run the `yo` command in your terminal and follow the steps.