Skip to content

Commit 598f128

Browse files
lilshoffKatie Horne
and
Katie Horne
authored
Fix grammar (#231)
* Fix grammar * Reword sentence Co-authored-by: Katie Horne <katie@coder.com>
1 parent 070d0f0 commit 598f128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environments/devurls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you provided a name for the Dev URL when you created it:
5050
<name>-<username>.domain
5151
```
5252

53-
If didn't provide a name for the Dev URL when you created it:
53+
If you didn't provide a name for the Dev URL when you created it:
5454

5555
```text
5656
<port>-<environment_name>-<username>.domain

environments/lifecycle.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ even if the underlying [Image](../images/index.md) or its dependencies change.
2222
## Auto-Off
2323

2424
Organizations can set an auto-off inactivity threshold. After an Environment
25-
hasn't been access for the specified threshold, it is shutdown. A stopped
26-
environment requires a [rebuild](#Rebuilds) before you can accessed it again.
25+
hasn't been accessed for the specified threshold, it is shutdown. You must
26+
[rebuild](#Rebuilds) a stopped environment before you can be access it again.
2727
Read more about auto-off [here](../admin/environment-management/shutdown.md).
2828

2929
## Hooks
3030

3131
Coder exposes a few hooks during the build process. Once an Environment is
32-
available and running on and underlying host, the following steps are taken
32+
available and running on an underlying host, the following steps are taken:
3333

3434
1. `Injecting secrets into environment` Coder injects authentication for the
3535
[Coder CLI](https://github.com/cdr/coder-cli), allowing the latter scripts to

0 commit comments

Comments
 (0)