From 7ddb4bed6d3825b0a6add6fd6183f7e0273bdb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Oct 2016 10:25:00 +0200 Subject: [PATCH] Add two missing words. --- OAuth-Login-Page/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuth-Login-Page/README.md b/OAuth-Login-Page/README.md index 974edcd..af0eb6b 100644 --- a/OAuth-Login-Page/README.md +++ b/OAuth-Login-Page/README.md @@ -64,7 +64,7 @@ Host: server.example.com Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA ``` -Eventually, when the `access_token` expires, the Resource Server replies with a 401. In that case, you can renew the `access_token` by providing the `refresh_token` to the +Eventually, when the `access_token` expires, the Resource Server replies with a 401. In that case, you can renew the `access_token` by providing the `refresh_token` to the token endpoint. ```http