Fixing typo on API docs.

This commit is contained in:
Samuel Clay 2022-02-16 10:04:43 -05:00
parent 56c4e80c18
commit 1e3b4f0aa4

View file

@ -48,8 +48,8 @@
endpoint to begin the OAuth authentication procedure. Use the <code>/oauth/token</code>
endpoint to receive your authorized token, which you can pass in with every request.</p>
<p>You can not required to use OAuth, in which case you will need to pass the <code>newsblur_sessionid</code>
cookie with every request. This cookie is set on login.</p>
<p>You are not required to use OAuth, in which case you will need to pass the <code>newsblur_sessionid</code>
cookie with every request. This cookie is set on <a href="#/api/login">login</a>.</p>
</div>
</div>