Skip to content

Commit 3bf7d4f

Browse files
committed
fix typos
1 parent e37e4a4 commit 3bf7d4f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Reference `coder start --help` for a complete list of flags and environment vari
4040

4141
### Your First Workspace
4242

43-
In a new terminal, create a new template (eg. Develop in Linux on Google Cloud):
43+
In a new terminal, create a template (eg. Develop in Linux on Google Cloud):
4444

4545
```
4646
$ coder templates init

docs/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Coder includes [production-ready templates](../examples) for use on Kubernetes,
3333

3434
## What Coder is not
3535

36-
- Coder is an infrastructure as code (IaC) platform. Terraform is the first IaC *provisioner* in Coder. As a result, Coder admins can define any Terraform resources can as Coder workspaces.
36+
- Coder is not an infrastructure as code (IaC) platform. Terraform is the first IaC *provisioner* in Coder. As a result, Coder admins can define any Terraform resources can as Coder workspaces.
3737

3838
- Coder is not a DevOps/CI platform. Coder workspaces can follow best practices for cloud workloads, but Coder is not responsible for how you define or deploy the software you write.
3939

docs/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are commonly editing templates, we recommend source-controlling template
2323

2424
## Persistent and ephemeral resources
2525

26-
Coder supports ephemeral and persistent resources in workspaces. Ephemeral resources are be destroyed when a workspace is not in use (stopped). persistent resources remain. See how this works for an example "frontend" template:
26+
Coder supports ephemeral and persistent resources in workspaces. Ephemeral resources are destroyed when a workspace is not in use (stopped). persistent resources remain. See how this works for an example "frontend" template:
2727

2828
| Resource | Type |
2929
| :--------------------------- | :--------- |
@@ -32,7 +32,7 @@ Coder supports ephemeral and persistent resources in workspaces. Ephemeral resou
3232
| └─ nodejs (linux, amd64) | |
3333
| api_token.backend | ephemeral |
3434

35-
When a workspace is deleted, all related resources are destroyed.
35+
When a workspace is deleted, all resources are destroyed.
3636

3737
## Variables
3838

0 commit comments

Comments
 (0)