Skip to content

Commit 1e229ea

Browse files
committed
fix typos
1 parent 866ca34 commit 1e229ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _source/_posts/2024-03-12-stepup-authentication.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ npm ci
5050

5151
Open the project up in your favorite IDE. Let's take a quick look at the project organization. The project has an Angular frontend and NestJS API backend housed in a [Lerna](https://lerna.js.org/) monorepo. If you are curious about how to recreate the project, check out the repo's README file. I'll include all the `npx` commands, CLI commands, and the manual steps used to create the project.
5252

53-
You need an authentication configuration to serve the project. Let's do so now.
53+
You need to set up an authentication configuration to serve the project. Let's do so now.
5454

55-
## Set up the Identity Provide to use OAuth 2.0 and OpenID Connect
55+
## Set up the Identity Provider to use OAuth 2.0 and OpenID Connect
5656

5757
You'll use Okta to handle authentication and authorization in this project securely.
5858

0 commit comments

Comments
 (0)