From 41d5509bd1bf5dd6f09eea648ddcf68dc6872283 Mon Sep 17 00:00:00 2001 From: Eryn Muetzel <137318000+eryn-muetzel@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:29:22 -0800 Subject: [PATCH] Update login.md Minor copy edits --- docs/docs/getting_started/login.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/getting_started/login.md b/docs/docs/getting_started/login.md index 871bc89a97..f93001f7e5 100644 --- a/docs/docs/getting_started/login.md +++ b/docs/docs/getting_started/login.md @@ -9,7 +9,7 @@ sidebar_position: 20 ## Login as a user -1. Log in with username and password. By default, `minder` will run against a public stacklok cloud instance, but this can be changed in `config.yaml` in your local directory or using the `--gprc-host` and `--grpc-port` flags. +1. Log in with username and password. By default, `minder` will run against a public Stacklok cloud instance, but this can be changed in `config.yaml` in your local directory or using the `--gprc-host` and `--grpc-port` flags. ```bash minder auth login @@ -17,7 +17,7 @@ minder auth login A new browser window will open, where you can register a new user and log in. -Once logged in +Once logged in: 2. Enroll a user with the given provider @@ -25,6 +25,6 @@ Once logged in minder provider enroll --provider github --group-id ``` -> __Note__: Provide the `--group-id` flag, if your user belongs to multiple groups. For this example, we will use the default group `1`, so we do not need to provide the flag. +> __Note__: Provide the `--group-id` flag if your user belongs to multiple groups. For this example, we will use the default group `1`, so we do not need to provide the flag. > -A browser session will open, and you will be prompted to login to your GitHub. Once you have granted Minder access, you will be redirected back, and the user will be enrolled. The `minder` CLI application will report the session is complete. +A browser session will open, and you will be prompted to login to your GitHub account. Once you have granted Minder access, you will be redirected back, and the user will be enrolled. The `minder` CLI application will report the session is complete.