summaryrefslogtreecommitdiff
path: root/views/auth_callback.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2018-03-28 07:01:05 -0700
committerAaron Parecki <aaron@parecki.com>2018-03-28 07:01:05 -0700
commitb143cb94f3f8ae140eed623c90b56391067a2f0a (patch)
treeeec1e5e32a6e9c0acf0f7101c7299e10ab09dfe2 /views/auth_callback.php
parent389ab2a152282659f0aa6528dfe71e937cbfd9b3 (diff)
typo
Diffstat (limited to 'views/auth_callback.php')
-rw-r--r--views/auth_callback.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/auth_callback.php b/views/auth_callback.php
index 3bafa57..acdac8f 100644
--- a/views/auth_callback.php
+++ b/views/auth_callback.php
@@ -43,7 +43,7 @@
<?php if(!k($this->auth, 'scope')): ?>
<h4>Missing <code>scope</code></h4>
- <p>The token endpoint did not return a "scope" parameter. The <code>scope</code> parameter lets this client what permission the token represents.</p>
+ <p>The token endpoint did not return a "scope" parameter. The <code>scope</code> parameter lets this client know what permission the token represents.</p>
<?php endif; ?>
<?php endif; ?>