File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ If you provided a name for the Dev URL when you created it:
50
50
<name>-<username>.domain
51
51
```
52
52
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:
54
54
55
55
``` text
56
56
<port>-<environment_name>-<username>.domain
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ even if the underlying [Image](../images/index.md) or its dependencies change.
22
22
## Auto-Off
23
23
24
24
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.
27
27
Read more about auto-off [ here] ( ../admin/environment-management/shutdown.md ) .
28
28
29
29
## Hooks
30
30
31
31
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:
33
33
34
34
1 . ` Injecting secrets into environment ` Coder injects authentication for the
35
35
[ Coder CLI] ( https://github.com/cdr/coder-cli ) , allowing the latter scripts to
You can’t perform that action at this time.
0 commit comments