From e4db9e8c4978500ec3a9b6b29e4b8ce12889bc6e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 24 Oct 2018 19:06:34 +0200 Subject: [PATCH] Spelling --- docs/auth_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth_api.md b/docs/auth_api.md index fc8da74b..e5fb7f1c 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -250,4 +250,4 @@ Some things to note about a signed path: - If the refresh token is deleted, the signed url is no longer valid. - If the user is deleted, the signed url is no longer valid (because the refresh token will be deleted). - If Home Assistant is restarted, the signed url is no longer valid. - - Access is only validated when the request is received. If a response takes longer than the expiration time (ie, downloading a large file), the download will continue after the expiration date has past. + - Access is only validated when the request is received. If a response takes longer than the expiration time (ie, downloading a large file), the download will continue after the expiration date has passed.