From bbafe3c386333ba1339c4b7914bb24bcfb358cac Mon Sep 17 00:00:00 2001 From: Basil Date: Mon, 18 Dec 2023 17:03:37 -0700 Subject: [PATCH] Update pronoun in documentation (#2964) Updated one instance in the most recent documentation (left the older ones alone) to use "they" instead of "he." --- docs/docs/20-usage/71-project-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/71-project-settings.md b/docs/docs/20-usage/71-project-settings.md index 319a07e61..41bab0dd5 100644 --- a/docs/docs/20-usage/71-project-settings.md +++ b/docs/docs/20-usage/71-project-settings.md @@ -39,7 +39,7 @@ Cloning pipeline step may need git credentials. They are injected via netrc. By ## Project visibility -You can change the visibility of your project by this setting. If a user has access to a project he can see all builds and their logs and artifacts. Settings, Secrets and Registries can only be accessed by owners. +You can change the visibility of your project by this setting. If a user has access to a project they can see all builds and their logs and artifacts. Settings, Secrets and Registries can only be accessed by owners. - `Public` Every user can see your project without being logged in. - `Internal` Only authenticated users of the Woodpecker instance can see this project.