From 6228d76adfcd8ae72344f43da34c68263b36fcf2 Mon Sep 17 00:00:00 2001 From: ManfredSteyer Date: Sun, 10 Sep 2017 14:35:28 +0200 Subject: [PATCH] minor fixex in docs --- angular-oauth2-oidc/README.MD | 2 +- angular-oauth2-oidc/md/systemjs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angular-oauth2-oidc/README.MD b/angular-oauth2-oidc/README.MD index b6722c79..6870e082 100644 --- a/angular-oauth2-oidc/README.MD +++ b/angular-oauth2-oidc/README.MD @@ -213,7 +213,7 @@ The following snippet contains the template for the login page: ``` -### Calling a Web API with an OAuth-Token +### Calling a Web API with an Access Token Pass this Header to the used method of the ``Http``-Service within an Instance of the class ``Headers``: diff --git a/angular-oauth2-oidc/md/systemjs.md b/angular-oauth2-oidc/md/systemjs.md index 745b7031..0b70f6d0 100644 --- a/angular-oauth2-oidc/md/systemjs.md +++ b/angular-oauth2-oidc/md/systemjs.md @@ -2,7 +2,7 @@ Thanks to [Kevin BEAUGRAND](https://github.com/kbeaugrand) for adding this information regarding SystemJS. -``` +```TypeScript System.config({ ... meta: {