From db620aa799835e3fcbec2abecf71a7d252993895 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 16 Jun 2022 20:35:02 +0200 Subject: [PATCH] docs: fix typo (#2473) --- docs/recipes/release-workflow/distribution-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/release-workflow/distribution-channels.md b/docs/recipes/release-workflow/distribution-channels.md index 557c2a47..fed027f3 100644 --- a/docs/recipes/release-workflow/distribution-channels.md +++ b/docs/recipes/release-workflow/distribution-channels.md @@ -1,6 +1,6 @@ # Publishing on distribution channels -This recipe will walk you through a simple example that uses distribution channels to make releases available only to a subset of users, in order to collect feedbacks before distributing the release to all users. +This recipe will walk you through a simple example that uses distribution channels to make releases available only to a subset of users, in order to collect feedback before distributing the release to all users. This example uses the **semantic-release** default configuration: - [branches](../../usage/configuration.md#branches): `['+([0-9])?(.{+([0-9]),x}).x', 'master', 'next', 'next-major', {name: 'beta', prerelease: true}, {name: 'alpha', prerelease: true}]`