From 256ff7fc777ed217b861afd5efa223b1930c25cd Mon Sep 17 00:00:00 2001 From: Brian Mirlenbrink <5261444+mirlenbrink@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:48:56 -0500 Subject: [PATCH] Update viewing-people-in-your-enterprise.md * Update viewing-people-in-your-enterprise.md ##Clean-up of spacing and grammar in the 'Viewing members and outside collaborators' section. # For GitHub.com version it previously rendered as below. Note the incorrect spacing before ",role , andorganization" in the second sentence. You can view the number of pending members and outside collaborators. You can filter the list of members by deployment (GitHub Enterprise Cloud or GitHub Enterprise Server),role , andorganization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name. # For GitHub.com Server versions it rendered as below. Note the lack of separation between "role organization" in the second sentence. You can view the number of pending members and outside collaborators. You can filter the list of members by role organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name. --- .../viewing-people-in-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md b/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md index ba548c7c1d..3b1bdfe5b3 100644 --- a/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md +++ b/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md @@ -23,7 +23,7 @@ You can view enterprise owners {% if currentVersion == "free-pro-team@latest" %} ### Viewing members and outside collaborators -You can view the number of pending members and outside collaborators. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %}role {% if currentVersion == "free-pro-team@latest" %}, and{% elsif currentVersion == "github-ae@latest" %}or {% endif %}organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name. +You can view the number of pending members and outside collaborators. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %} role{% if currentVersion == "free-pro-team@latest" %}, and{% else %} or {% endif %} organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name. You can view {% if currentVersion == "free-pro-team@latest" %}all the {% data variables.product.prodname_ghe_cloud %} organizations and {% data variables.product.prodname_ghe_server %} instances that a member belongs to, and {% endif %}which repositories an outside collaborator has access to{% if currentVersion == "free-pro-team@latest" %}, {% endif %} by clicking on the person's name.