Commit d976234c authored by Craig Norris's avatar Craig Norris

Merge branch 'selhorn-respectively' into 'master'

Added guidance for respectively

See merge request gitlab-org/gitlab!83329
parents e9c2a836 40d15051
......@@ -61,8 +61,7 @@ To create an Auditor user:
1. On the left sidebar, select **Overview > Users**.
1. Create a new user or edit an existing one, and in the **Access** section
select Auditor.
1. Select **Create user** or **Save changes** if you created a new user or
edited an existing one respectively.
1. If you created a user, select **Create user**. For an existing user, select **Save changes**.
To revoke Auditor permissions from a user, make them a Regular user by
following the previous steps.
......
......@@ -21,7 +21,7 @@ The readiness probe checks whether the Sidekiq workers are ready to process jobs
GET /readiness
```
Assuming you set up Sidekiq's address and port to be `localhost` and `8092` respectively,
If you set Sidekiq's address as `localhost` and port as `8092`,
here's an example request:
```shell
......@@ -44,7 +44,7 @@ Checks whether the Sidekiq cluster is running.
GET /liveness
```
Assuming you set up Sidekiq's address and port to be `localhost` and `8092` respectively,
If you set Sidekiq's address as `localhost` and port as `8092`,
here's an example request:
```shell
......
......@@ -729,6 +729,19 @@ Do not use **Reporter permissions**. A user who is assigned the Reporter role ha
Use title case for **Repository Mirroring**.
## respectively
Avoid **respectively** and be more precise instead.
Use:
- To create a user, select **Create user**. For an existing user, select **Save changes**.
Instead of:
- Select **Create user** or **Save changes** if you created a new user or
edited an existing one respectively.
## roles
Do not use **roles** and [**permissions**](#permissions) interchangeably. Each user is assigned a role. Each role includes a set of permissions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment