From 140e36d60f87d228ae58b8db4a84100685c05b4a Mon Sep 17 00:00:00 2001 From: Khaled Badenjki Date: Fri, 20 Jan 2023 21:49:17 +0200 Subject: [PATCH] docs(workflow-configuration): improved sentence structure (#2679) --- docs/usage/workflow-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/workflow-configuration.md b/docs/usage/workflow-configuration.md index 99867c35..ef14c02b 100644 --- a/docs/usage/workflow-configuration.md +++ b/docs/usage/workflow-configuration.md @@ -12,7 +12,7 @@ See [Release workflow recipes](../recipes/release-workflow/README.md#release-wor The release workflow is configured via the [branches option](./configuration.md#branches) which accepts a single or an array of branch definitions. Each branch can be defined either as a string, a [glob](https://github.com/micromatch/micromatch#matching-features) or an object. For string and glob definitions each [property](#branches-properties) will be defaulted. -A branch can defined as one of three types: +A branch can be defined as one of three types: - [release](#release-branches): to make releases on top of the last version released - [maintenance](#maintenance-branches): to make releases on top of an old release