diff --git a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx index bf2f91580b..2a2692bb22 100644 --- a/plugins/git-release-manager/src/features/Patch/PatchBody.tsx +++ b/plugins/git-release-manager/src/features/Patch/PatchBody.tsx @@ -144,7 +144,7 @@ export const PatchBody = ({ Patches the release branch, creates a new tag and updates the Git - release. A dry run on a temporary branch will run prioer to patching + release. A dry run on a temporary branch will run prior to patching the release branch to ensure there's no merge conflicts. Manual patching is recommended should the dry run fail.