From 60f3bb03d12846c5932bc774e922dbd4b95c675d Mon Sep 17 00:00:00 2001 From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:39:36 -0800 Subject: [PATCH] docs(plugins): fix typo --- docs/usage/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/plugins.md b/docs/usage/plugins.md index 351f2c256b..084c0f3f40 100644 --- a/docs/usage/plugins.md +++ b/docs/usage/plugins.md @@ -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