Skip to content

Commit 3535489

Browse files
committed
cleanup typos
1 parent 3c7a204 commit 3535489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

03-Calling-an-API/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sample demonstrates how to make secure calls to an API after authenticating a user with Auth0. The calls to the API are made with the user's `access_token`. The sample makes use of Auth0's hosted login page which provides centralized authentication. The sample uses create-react-app.
44

5-
There is [short screencast](https://www.youtube.com/watch?v=ti2zMJm34Cw) available.
5+
There is a [short screencast](https://www.youtube.com/watch?v=ti2zMJm34Cw) available.
66

77
## Getting Started
88

@@ -20,7 +20,7 @@ npm install
2020
2121
## Set up a new API
2222

23-
Visit [React Calling an API](https://auth0.com/docs/quickstart/spa/react/03-calling-an-api), for more complete documentation.
23+
More complete documentation is available at [React Calling an API](https://auth0.com/docs/quickstart/spa/react/03-calling-an-api).
2424

2525
From the Auth0 dashboard, select the APIs section and select "Create API".
2626
* Add a name for the API. `A friendly name for the API.`

0 commit comments

Comments
 (0)