From bc393a3d8a9e7d65e53d2d6fbb67ee036ed42fb1 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 25 Oct 2025 20:36:22 +0200 Subject: [PATCH] fix typo s/proup/group/ and a few more typos --- src/user-guide/environment.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/user-guide/environment.md b/src/user-guide/environment.md index 9641c59..ba60f7f 100644 --- a/src/user-guide/environment.md +++ b/src/user-guide/environment.md @@ -4,19 +4,19 @@ The Variable Groups section of Semaphore is a place to store additional variable All task templates require a variable group to be defined even if it is empty. -## Create an variable group +## Create a variable group 1. Click on the Variable Group tab. 2. Click on the New Variable Group button. 3. Name the Variable Group and type or paste in valid JSON variables. If you just need an empty Variable Group type in ```{}```. -## Updating an variable group +## Updating a variable group 1. Click on the Variable Groups tab. 2. Click the pencil icon. 3. Make changes and click save. ## Deleting the variable group -Before you remove an variable proup, you must remove all resources tied to it. -If you are not sure which resources are being used in an variable group, follow steps 1 and 2 below. It will show you which resources are being used, with links to those resources. +Before you remove a variable group, you must remove all resources tied to it. +If you are not sure which resources are being used in a variable group, follow steps 1 and 2 below. It will show you which resources are being used, with links to those resources. 1. Click on the Variable Group. 2. Click the trash can icon next to the Variable Group.