Skip to content

Commit

Permalink
fix typo in request param
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 21, 2023
1 parent 3aba445 commit cf1c90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CollectionAdvanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class CollectionAdvanced extends Collection {
key: 'workspace',
value: '',
equals: true,
description: 'Optional. A workspace ID in which to create the environment.\n\nIf you do not include this query parameter, the system creates the environment in your "My Workspace" workspace.',
description: 'A workspace ID in which to create the environment.\n\nIf you do not include this query parameter, the system creates the environment in your "My Workspace" workspace.',
enabled: true
}
],
Expand Down

0 comments on commit cf1c90a

Please sign in to comment.