match tenses (#2214)

The ordered list at the end changed from simple present tense to present progressive tense, which can break reader flow.
This commit is contained in:
Alex Fornuto 2021-05-19 13:46:30 -05:00 committed by GitHub
parent c489391bbf
commit 5b1b6e5ee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,5 +41,5 @@ The above video shows the flow for both an unauthorized and authorized user.
2. The **unauthorized** user is blocked from a protected resource.
3. The **unauthorized** user signs out from their session.
4. An **authorized** user authenticates with their corporate single-sign-on provider.
5. Pomerium delegating and granting access to the requested resource.
6. The **authorized** user inspecting their user details including group membership.
5. Pomerium delegates and grants access to the requested resource.
6. The **authorized** user inspects their user details including group membership.