Skip to content

Commit 2bbfee4

Browse files
author
Katie Horne
authored
chore: fix capitalization (coder#255)
1 parent 770bed6 commit 2bbfee4

File tree

24 files changed

+63
-63
lines changed

24 files changed

+63
-63
lines changed

admin/audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ system.
1717

1818
You can filter the logs displayed using the search filters available at the top:
1919

20-
- **Resource Type**: The resource on which the action is taken (e.g., Image,
21-
Environment, User)
20+
- **Resource Type**: The resource on which the action is taken (e.g., image,
21+
environment, user)
2222
- **Action**: The action that the user took against a resource (e.g., read,
2323
write, create)
2424
- **Resource Target**: The friendly name for the resource (e.g., the user with

admin/devurls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ description: Learn how to configure dev URL support for a Coder deployment.
55

66
Developer (Dev) URLs allow users to access the ports of services they are
77
developing within their environment. However, before individual developers can
8-
set up Dev URLs, an administrator must configure and enable Dev URL usage.
8+
set up dev URLs, an administrator must configure and enable dev URL usage.
99

1010
## Before you proceed
1111

1212
You must own a wildcard DNS record for your custom domain name to enable and use
13-
Dev URLs with Coder.
13+
dev URLs with Coder.
1414

1515
## Enabling the use of dev URLs
1616

17-
[Dev URLs](../environments/devurls.md) is an opt-in feature. To enable Dev URLs
17+
[Dev URLs](../environments/devurls.md) is an opt-in feature. To enable dev URLs
1818
in your cluster, you'll need to modify your:
1919

2020
1. Helm chart
@@ -29,7 +29,7 @@ helm upgrade coder coder/coder --set devurls.host="*.my-custom-domain.io"
2929
```
3030

3131
If you're using the default ingress controller, specifying a value for
32-
`devurls.host` automatically adds a rule that routes Dev URL requests to the
32+
`devurls.host` automatically adds a rule that routes dev URL requests to the
3333
user's environment:
3434

3535
```yaml
@@ -47,7 +47,7 @@ rule manually.
4747
4848
### Step 2: Modify the wildcard DNS record
4949
50-
The final step to enabling Dev URLs is to update your wildcard DNS record. Get
50+
The final step to enabling dev URLs is to update your wildcard DNS record. Get
5151
the **ingress IP address** using `kubectl --namespace coder get ingress` and
5252
point your wildcard DNS record (e.g., \*.my-custom-domain.io) to the ingress IP
5353
address.

admin/environment-management/ssh-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ environment.
7474

7575
```text
7676
# --------- START CODER ENVIRONMENT VARIABLES ----------
77-
# The following has been auto-generated at Environment startup
77+
# The following has been auto-generated at environment startup
7878
# You should not hand-edit this section, unless you are deleting it.
7979
8080
SHELL=/bin/bash

admin/workspace-providers/deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ when communicating with the Coder deployment.
116116
Optionally, you can provide additional helm configuration values by providing
117117
a `values.yaml` file and adding the argument `-f my-values.yaml` to the
118118
generated command. Helm values control attributes of the workspace provider,
119-
including Dev URLs, Kubernetes storage classes, SSH, and more. See the
119+
including dev URLs, Kubernetes storage classes, SSH, and more. See the
120120
[Workspace provider Helm chart values]("https://github.com/cdr/enterprise-helm/blob/workspace-providers-envproxy-only/README.md")
121121
for more details.
122122

@@ -136,12 +136,12 @@ when communicating with the Coder deployment.
136136
provider.
137137

138138
1. Once the Helm chart has deployed successfully, you should see the workspace
139-
provider in a `ready` state on the Workspace Provider Admin page.
139+
provider in a `ready` state on the **Workspace provider admin** page.
140140

141141
![Workspace providers admin](../../assets/workspace-providers-admin.png)
142142

143-
1. From the Workspace Provider Admin page, add the desired organizations to its
144-
allowlist.
143+
1. From the **Workspace provider admin** page, add the desired organizations to
144+
its allowlist.
145145

146146
Users in the allowed organizations can now choose to deploy into the newly set
147147
up workspace provider.

admin/workspace-providers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ page available via **Manage** > **Admin** > **Workspace Providers**.
4747
The Admin panel shows an overview of all configured workspace providers and
4848
indicates their statuses and details. The **default** tag indicates the provider
4949
that will be selected by default when a user creates an environment using the
50-
Create an Environment dialog.
50+
**Create an Environment** dialog.
5151

5252
You can expand individual listings to view in-depth information:
5353

54-
![Detailed Workspace Providers
55-
Info](../../assets/workspace-providers-detail.png)
54+
![Detailed workspace providers
55+
info](../../assets/workspace-providers-detail.png)
5656

5757
### Status
5858

changelog/1.13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are no breaking changes in 1.13.2.
99

1010
### Features ✨
1111

12-
- infra: Adds support for `https` servers behind Dev URLs
12+
- infra: Adds support for `https` servers behind dev URLs
1313
- **Notice:** Environments will need to be rebuilt before using this feature
1414

1515
### Bug fixes 🐛

changelog/1.14.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: "Released on 12/18/2020"
1616

1717
- infra: Container-based Virtual Machines (CVMs) alpha
1818
- web: New account dormancy page in the admin panel
19-
- infra: Coder Environment variables
19+
- infra: Coder environment variables
2020
[see guide](https://coder.com/docs/environments/variables)
2121
- web: Admin panel pages have been redesigned
2222
- web: SSH information has been added to the environments page
@@ -25,7 +25,7 @@ description: "Released on 12/18/2020"
2525
active users.
2626
- web: Environment rebuild icons have been redesigned
2727
- infra: Add username label to env pod/deployment
28-
- web/projector: Progressive Web App (PWA) icons have been redesigned
28+
- web/projector: Progressive web app (PWA) icons have been redesigned
2929
- **Notice:** The Coder PWA may need to be reinstalled. An invalid cache state
3030
may occur that is fixed with a hard refresh.
3131
- infra: Git configuration build step now occurs before configure and

changelog/1.14.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are no new features in 1.14.4.
1313

1414
### Bug fixes 🐛
1515

16-
- infra: Increase Environment rebuild timeout to 30 minutes
16+
- infra: Increase environment rebuild timeout to 30 minutes
1717
- cli: Patch panic condition in `coder config-ssh`
1818

1919
### Security updates 🔐

changelog/1.15.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description: "Released on 01/20/2021. Deprecated on 01/25/2021."
3434
- web: Changed how Progressive Web Apps function; the code-server application
3535
can now be installed as a PWA.
3636
- web: Added tooltip with extended information that shows when hovering over the
37-
Image info in the summary card on the `Environments` page
37+
image info in the summary card on the `Environments` page
3838
- web: Redesigned the Coder Dashboard to use NextJS and SSR. Page loads should
3939
be quicker ⚡.
4040

@@ -51,10 +51,10 @@ description: "Released on 01/20/2021. Deprecated on 01/25/2021."
5151
- jetbrains: Fixed access to the context menu from then Terminal toolbar
5252
- web: Removed display containing environment resources information if the
5353
environment isn't running
54-
- web: Updated the Import an Image dialog window to hide image tags that have
55-
already been imported
56-
- web: Updated the Create/Edit an Environment dialog; images and tags are now
57-
sorted alphabetically and then chronologically by creation date
54+
- web: Updated the **Import an Image** dialog window to hide image tags that
55+
have already been imported
56+
- web: Updated the **Create/Edit an Environment** dialog; images and tags are
57+
now sorted alphabetically and then chronologically by creation date
5858

5959
### Security updates 🔐
6060

changelog/1.16.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Released on 02/22/2021"
99
for Services are preserved for data recovery purposes (volumes, database
1010
tables, etc.), but are not accessible through the Coder platform. Please
1111
reference [Docker in Environments](../environments/cvms) for a guide on the
12-
new workflow for running containers within your Environment.
12+
new workflow for running containers within your environment.
1313
- The built-in Internal Extension Marketplace is now **removed**. All resources
1414
created for this feature are preserved for data recovery purposes, but are not
1515
accessible through the Coder platform. For air-gapped deployments, the
@@ -31,10 +31,10 @@ description: "Released on 02/22/2021"
3131
- ex: `ssh -R 8080:localhost:8080 coder.dev`
3232
- Support for
3333
[running a full OpenSSH server](../admin/environment-management/ssh-access.md)
34-
inside your Environment.
34+
inside your environment.
3535
- The administrator configuration option "Privileged Environments" is now
3636
removed. All non-CVM environments are launched with `privileged: false`.
37-
- web: PWA icons for jetbrains and code-server have been redesigned
37+
- web: PWA icons for JetBrains and code-server have been redesigned
3838
- web: Input sliders have been redesigned
3939
- web: A character counter was added to the organization description field
4040
- web: Display warning when memory provision rate is high

0 commit comments

Comments
 (0)