Skip to content

Commit 646aa63

Browse files
christianhgluisrudge
authored andcommitted
README Typos (#49)
* Fix various minor README typos * Use consistent title case
1 parent d5745b4 commit 646aa63

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

01-Login/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Auth0 helps you to:
4141
* Analytics of how, when and where users are logging in.
4242
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
4343

44-
## Create a free Auth0 account
44+
## Create a Free Auth0 Account
4545

4646
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
4747
2. Use Google, GitHub or Microsoft Account to login.
@@ -57,5 +57,3 @@ If you have found a bug or if you have a feature request, please report them at
5757
## License
5858

5959
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
60-
61-

02-User-Profile/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Auth0 helps you to:
4141
* Analytics of how, when and where users are logging in.
4242
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
4343

44-
## Create a free Auth0 account
44+
## Create a Free Auth0 Account
4545

4646
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
4747
2. Use Google, GitHub or Microsoft Account to login.
@@ -57,5 +57,3 @@ If you have found a bug or if you have a feature request, please report them at
5757
## License
5858

5959
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
60-
61-

03-Calling-an-API/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,18 @@ npm install
2222

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

25-
From the Auth0 dashboard, select the APIs section and select "Create API".
25+
From the Auth0 dashboard, select the APIs section and select "Create API":
26+
2627
* Add a name for the API. `A friendly name for the API.`
2728
* Select an identifier for the endpoint. `A logical identifier for this API. We recommend using a URL but note that this doesn’t have to be a publicly available URL, Auth0 will not call your API at all. Important! This field cannot be modified.`
2829

2930
For purposes of this demo, you may want to consider using http://localhost:3001 as your identifier.
3031

3132
You will also need to add in a new scope. `Scopes allow you to define the data that will be accessed through the applications to your API. Set a name for them and its description for better understanding.`
32-
* Select the Scopes tab from the API section
33-
* in the name textbox, enter in `read:messages`
34-
* add a description for this scope ex: `permission to read messages` and click the 'add' button.
33+
34+
* Select the Scopes tab from the API section.
35+
* In the name textbox, enter in `read:messages`.
36+
* Add a description for this scope ex: `permission to read messages` and click the 'add' button.
3537

3638
## Set the Client ID and Domain
3739

@@ -66,7 +68,7 @@ Auth0 helps you to:
6668
* Analytics of how, when and where users are logging in.
6769
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
6870

69-
## Create a free Auth0 account
71+
## Create a Free Auth0 Account
7072

7173
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
7274
2. Use Google, GitHub or Microsoft Account to login.
@@ -82,5 +84,3 @@ If you have found a bug or if you have a feature request, please report them at
8284
## License
8385

8486
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
85-
86-

04-Authorization/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Auth0 React Authorization
22

3-
This sample demonstrates how to include user authorization in a React application with Auth0.The sample uses create-react-app.
3+
This sample demonstrates how to include user authorization in a React application with Auth0. The sample uses create-react-app.
44

55
## Getting Started
66

@@ -49,7 +49,7 @@ Auth0 helps you to:
4949
* Analytics of how, when and where users are logging in.
5050
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
5151

52-
## Create a free Auth0 account
52+
## Create a Free Auth0 Account
5353

5454
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
5555
2. Use Google, GitHub or Microsoft Account to login.
@@ -65,5 +65,3 @@ If you have found a bug or if you have a feature request, please report them at
6565
## License
6666

6767
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
68-
69-

05-Token-Renewal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ npm start
3535
The application will be served at `http://localhost:3000`.
3636

3737
## Troubleshooting
38+
3839
If you see an error on renewal saying `login_required`, that means you may be using the Auth0 dev keys for whichever social login you're testing. You'll need to add your own keys for this to work.
3940

4041
## What is Auth0?
@@ -48,7 +49,7 @@ Auth0 helps you to:
4849
* Analytics of how, when and where users are logging in.
4950
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
5051

51-
## Create a free Auth0 account
52+
## Create a Free Auth0 Account
5253

5354
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
5455
2. Use Google, GitHub or Microsoft Account to login.
@@ -64,4 +65,3 @@ If you have found a bug or if you have a feature request, please report them at
6465
## License
6566

6667
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
67-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Auth0 helps you to:
1919
* Analytics of how, when and where users are logging in.
2020
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
2121

22-
## Create a free Auth0 account
22+
## Create a Free Auth0 Account
2323

2424
1. Go to [Auth0](https://auth0.com/signup) and click Sign Up.
2525
2. Use Google, GitHub or Microsoft Account to login.
@@ -34,4 +34,4 @@ If you have found a bug or if you have a feature request, please report them at
3434

3535
## License
3636

37-
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.
37+
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.

0 commit comments

Comments
 (0)