From 43f070072584b955921f6a4280e3f75a22ca1291 Mon Sep 17 00:00:00 2001 From: Lily Hoffman <0xlilyhoffman@gmail.com> Date: Wed, 31 Mar 2021 21:07:04 +0000 Subject: [PATCH 1/2] Fix grammar --- environments/devurls.md | 2 +- environments/lifecycle.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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..1b88d4763 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. A stopped +environment requires a [rebuild](#Rebuilds) before it can be accessed 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 From 9e36c09b615ce4dd2b63efdcdb310d3d24dc90d0 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Wed, 31 Mar 2021 17:09:30 -0500 Subject: [PATCH 2/2] Reword sentence --- environments/lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/lifecycle.md b/environments/lifecycle.md index 1b88d4763..457c98d8a 100644 --- a/environments/lifecycle.md +++ b/environments/lifecycle.md @@ -22,8 +22,8 @@ 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 accessed for the specified threshold, it is shutdown. A stopped -environment requires a [rebuild](#Rebuilds) before it can be accessed 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