Skip to content

Commit e37e4a4

Browse files
committed
fix typos
1 parent 325c46c commit e37e4a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/about.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers.
44

5-
By building on top of common development inferfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of **provisioning** and **accessing** remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity.
5+
By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of **provisioning** and **accessing** remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity.
66

77
> ⚠️ Coder v2 is in alpha and not ready for production use. You may be interested in [Coder v1](https://coder.com/docs) or [code-server](https://github.com/cdr/code-server).
88
99
## Why remote development
1010

1111
Migrating from local developer machines to remote servers is an increasingly common solution for developers[^1] and organizations[^2] alike. Remote development has a number of benefits:
1212

13-
- Speed: Server-grade compute speeds up operations in software development such as IDE loads, compiles, builds, and running large apps (monolyths or many microservices).
13+
- Speed: Server-grade compute speeds up operations in software development such as IDE loads, compiles, builds, and running large workloads (monolyth or microservice applications).
1414

1515
- Environment management: Onboarding & troubleshooting development environments is automated using tools such as Terraform, nix, Docker, devcontainers, etc.
1616

1717
- Security: Source code and other data can be centralized on private servers or cloud, instead of local developer machines.
1818

19-
- Compatability: Remote workspaces share infrastructure configuration with other developer, staging, and production environments, reducing configuration drift.
19+
- Compatibility: Remote workspaces share infrastructure configuration with other developer, staging, and production environments, reducing configuration drift.
2020

2121
- Accessibility: Devices such as light notebooks, Chromebooks, and iPads connect to remote workspaces via browser-based IDEs or remote IDE extensions.
2222

@@ -27,9 +27,9 @@ The added layer of infrastructure control is a key differentiator from Coder v1
2727
- support ARM, Windows, Linux, and MacOS workspaces
2828
- modify pod/container spec: add disks, manage network policy, environment variables
2929
- use VM/dedicated workspaces: develop with Kernel features, container knowledge not required
30-
- enable persistant workspaces: just like a local machine, but faster and in the cloud
30+
- enable persistent workspaces: just like a local machine, but faster and in the cloud
3131

32-
Coder includes [production-ready templates](./examples) for use on Kubernetes, AWS EC2, Google Cloud, Azure, and more.
32+
Coder includes [production-ready templates](../examples) for use on Kubernetes, AWS EC2, Google Cloud, Azure, and more.
3333

3434
## What Coder is not
3535

0 commit comments

Comments
 (0)