summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; ?>