Skip to content

Commit b99c2c3

Browse files
Merge pull request manfredsteyer#398 from lukasmatta/docs-fix-english
Docs: fix english
2 parents b2db7bf + 78d8502 commit b99c2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Successfully tested with **Angular 6** and its Router, PathLocationStrategy as w
3737
- The closed issues contain some ideas for PRs and enhancements (see labels)
3838

3939
# Features
40-
- Logging in via OAuth2 and OpenId Connect (OIDC) Implicit Flow (where user is redirected to Identity Provider)
41-
- "Logging in" via Password Flow (where user enters their password into the client)
40+
- Logging in via OAuth2 and OpenId Connect (OIDC) Implicit Flow (where a user is redirected to Identity Provider)
41+
- "Logging in" via Password Flow (where a user enters their password into the client)
4242
- Token Refresh for Password Flow by using a Refresh Token
4343
- Automatically refreshing a token when/some time before it expires
4444
- Querying Userinfo Endpoint
@@ -100,7 +100,7 @@ This section shows how to implement login leveraging implicit flow. This is the
100100
Single Page Application. It sends the user to the Identity Provider's login page. After logging in, the SPA gets tokens.
101101
This also allows for single sign on as well as single sign off.
102102

103-
To configure the library the following sample uses the new configuration API introduced with Version 2.1.
103+
To configure the library, the following sample uses the new configuration API introduced with Version 2.1.
104104
Hence, the original API is still supported.
105105

106106
```TypeScript
@@ -229,7 +229,7 @@ var headers = new HttpHeaders({
229229
});
230230
```
231231

232-
Since 3.1 you can also automate this task by switching ``sendAccessToken`` on and by setting ``allowedUrls`` to an array with prefixes for the respective urls. Use lower case for the prefixes.
232+
Since 3.1 you can also automate this task by switching ``sendAccessToken`` on and by setting ``allowedUrls`` to an array with prefixes for the respective URLs. Use lower case for the prefixes.
233233

234234
```TypeScript
235235
OAuthModule.forRoot({

0 commit comments

Comments
 (0)