diff --git a/docs/plugins/build-your-own.mdx b/docs/plugins/build-your-own.mdx index 7304be9665..0b6970112c 100644 --- a/docs/plugins/build-your-own.mdx +++ b/docs/plugins/build-your-own.mdx @@ -290,5 +290,5 @@ If you've configured tests for your package, integrate them into your workf The best way to share and allow others to use your plugin once it is complete is to publish an NPM package. This process is straightforward and well documented, find out more about [creating and publishing a NPM package here](https://docs.npmjs.com/creating-and-publishing-scoped-public-packages/). ##### Add payload-plugin topic tag: Apply the tag **payload-plugin** to your GitHub repository. This will boost the visibility of your plugin and ensure it gets listed with [existing payload plugins](https://github.com/topics/payload-plugin). -##### Use [Semantic Versioning](https://semver.org/) (SemVar): -With the SemVar system you release version numbers that reflect the nature of changes (major, minor, patch). Ensure all major versions reference their Payload compatibility. +##### Use [Semantic Versioning](https://semver.org/) (SemVer): +With the SemVer system you release version numbers that reflect the nature of changes (major, minor, patch). Ensure all major versions reference their Payload compatibility.