From f40ae708d6ecb5a08c74a4f8e661f0fa728b4aae Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Tue, 16 Sep 2025 07:33:56 +1000 Subject: [PATCH] chore: fix grammar issue (#19810) fix a grammar issue. Added an extra whitespace to the end / expanded the width of the table to maintain space as adding the one char would have pushed `helps` hard up against the table edge. > If you have used AI to produce some or all of this PR, please ensure you have read our [AI Contribution guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING) before submitting. no AI Co-authored-by: david-fraley <67079030+david-fraley@users.noreply.github.com> --- docs/tutorials/quickstart.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index f1fd78ab18..d72fd0d41f 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -20,13 +20,13 @@ In this quickstart, you'll: Before diving in, here are the core concepts that power Coder explained through a cooking analogy: -| Component | What It Is | Real-World Analogy | -|----------------|--------------------------------------------------------------------------------------|--------------------------------------------| -| **You** | The engineer/developer/builder working | The head chef cooking the meal | -| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal | -| **Workspaces** | The actual running environment created from the template | The cooked meal | -| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that help you cook | -| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal | +| Component | What It Is | Real-World Analogy | +|----------------|--------------------------------------------------------------------------------------|---------------------------------------------| +| **You** | The engineer/developer/builder working | The head chef cooking the meal | +| **Templates** | A Terraform blueprint that defines your dev environment (OS, tools, resources) | Recipe for a meal | +| **Workspaces** | The actual running environment created from the template | The cooked meal | +| **Tasks** | AI-powered coding agents that run inside a workspace | Smart kitchen appliance that helps you cook | +| **Users** | A developer who launches the workspace from a template and does their work inside it | The people eating the meal | **Putting it Together:** Coder separates who _defines_ environments from who _uses_ them. Admins create and manage Templates, the recipes, while developers use those Templates to launch Workspaces, the meals. Inside those Workspaces, developers can also run Tasks, the smart kitchen appliance, to help speed up day-to-day work.