Skip to content

Commit 2dc3af8

Browse files
committed
chore: move back to "transparent" phrasing
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent e88569f commit 2dc3af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
7575

7676
Prebuilt workspaces that fail during provisioning are retried with a backoff to prevent transient failures.
7777

78-
1. When a developer requests a new workspace, the claiming process occurs:
78+
1. When a developer creates a new workspace, the claiming process occurs:
7979

8080
1. Developer selects a template and preset that has prebuilt workspaces configured.
8181
1. If an eligible prebuilt workspace exists, ownership transfers from the `prebuilds` user to the requesting user.
@@ -84,7 +84,7 @@ Prebuilt workspaces follow a specific lifecycle from creation through eligibilit
8484
[`coder_workspace_owner`](https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/workspace_owner)
8585
datasources (see [Preventing resource replacement](#preventing-resource-replacement) for further considerations).
8686

87-
The developer doesn't see the claiming process — the workspace will just be ready faster than usual.
87+
The claiming process is transparent to the developer — the workspace will just be ready faster than usual.
8888

8989
You can view available prebuilt workspaces in the **Workspaces** view in the Coder dashboard:
9090

0 commit comments

Comments
 (0)