Skip to content

Commit 6228d76

Browse files
committed
minor fixex in docs
1 parent dc38432 commit 6228d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: angular-oauth2-oidc/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The following snippet contains the template for the login page:
213213
</div>
214214
```
215215

216-
### Calling a Web API with an OAuth-Token
216+
### Calling a Web API with an Access Token
217217

218218
Pass this Header to the used method of the ``Http``-Service within an Instance of the class ``Headers``:
219219

Diff for: angular-oauth2-oidc/md/systemjs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thanks to [Kevin BEAUGRAND](https://github.com/kbeaugrand) for adding this information regarding SystemJS.
44

5-
```
5+
```TypeScript
66
System.config({
77
...
88
meta: {

0 commit comments

Comments
 (0)