From a21897b2d34b4cbf1c5cc6707625f61e8108916d Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Thu, 9 Sep 2021 11:28:15 -0700 Subject: [PATCH] Tiny typo fix (#21371) --- content/rest/reference/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/reference/repos.md b/content/rest/reference/repos.md index ac9b2e2073..e18f1dc9e6 100644 --- a/content/rest/reference/repos.md +++ b/content/rest/reference/repos.md @@ -167,7 +167,7 @@ Note that the `repo_deployment` [OAuth scope](/developers/apps/scopes-for-oauth- ### Inactive deployments -When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository to the same environment name will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status. +When you set the state of a deployment to `success`, then all prior non-transient, non-production environment deployments in the same repository with the same environment name will become `inactive`. To avoid this, you can set `auto_inactive` to `false` when creating the deployment status. You can communicate that a transient environment no longer exists by setting its `state` to `inactive`. Setting the `state` to `inactive` shows the deployment as `destroyed` in {% data variables.product.prodname_dotcom %} and removes access to it.