docs(plugins): fix typo

This commit is contained in:
Kyle Tsang 2022-11-15 09:39:36 -08:00 committed by GitHub
parent 4012f75386
commit 60f3bb03d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ With this configuration **semantic-release** will:
- execute the `prepare` implementation of `@semantic-release/npm` then `@semantic-release/git`
- execute the `publish` implementation of `@semantic-release/npm`
Order is first determined by release steps (such as `verifyConditions``anayzeCommits`). At each release step, plugins are executed in the order in which they are defined.
Order is first determined by release steps (such as `verifyConditions``analyzeCommits`). At each release step, plugins are executed in the order in which they are defined.
## Plugin options configuration