mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user