Skip to content

Commit 00ddba8

Browse files
authored
Fix typo in comment for workspace creation
Signed-off-by: Anna Hileta <80112359+annahileta@users.noreply.github.com>
1 parent 2157e88 commit 00ddba8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Workspaces/eg001CreateWorkspace.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ declare -a Headers=('--header' "Authorization: Bearer ${ACCESS_TOKEN}" \
2626
'--header' "Content-Type: application/json")
2727
#ds-snippet-end:Workspaces1Step2
2828

29-
# Enter the name of the workspace to creat
29+
# Enter the name of the workspace to create
3030
echo ""
3131
echo "Enter the name for the new workspace:"
3232
echo ""
@@ -71,4 +71,4 @@ echo ${workspace_id} > config/WORKSPACE_ID
7171
echo ${workspace_name} > config/WORKSPACE_NAME
7272

7373
rm "$response"
74-
rm "$request_data"
74+
rm "$request_data"

0 commit comments

Comments
 (0)