diff --git a/environments/devurls.md b/environments/devurls.md index 2f5a379a1..5ea06ab68 100644 --- a/environments/devurls.md +++ b/environments/devurls.md @@ -50,7 +50,7 @@ If you provided a name for the Dev URL when you created it: -.domain ``` -If didn't provide a name for the Dev URL when you created it: +If you didn't provide a name for the Dev URL when you created it: ```text --.domain diff --git a/environments/lifecycle.md b/environments/lifecycle.md index 1d8c2600d..457c98d8a 100644 --- a/environments/lifecycle.md +++ b/environments/lifecycle.md @@ -22,14 +22,14 @@ even if the underlying [Image](../images/index.md) or its dependencies change. ## Auto-Off Organizations can set an auto-off inactivity threshold. After an Environment -hasn't been access for the specified threshold, it is shutdown. A stopped -environment requires a [rebuild](#Rebuilds) before you can accessed it again. +hasn't been accessed for the specified threshold, it is shutdown. You must +[rebuild](#Rebuilds) a stopped environment before you can be access it again. Read more about auto-off [here](../admin/environment-management/shutdown.md). ## Hooks Coder exposes a few hooks during the build process. Once an Environment is -available and running on and underlying host, the following steps are taken +available and running on an underlying host, the following steps are taken: 1. `Injecting secrets into environment` Coder injects authentication for the [Coder CLI](https://github.com/cdr/coder-cli), allowing the latter scripts to