From 1e3b4f0aa417d3d3d80789fc31f4415c3754202c Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 16 Feb 2022 10:04:43 -0500 Subject: [PATCH] Fixing typo on API docs. --- templates/static/api.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/static/api.xhtml b/templates/static/api.xhtml index d95dbd714..25043b0e2 100644 --- a/templates/static/api.xhtml +++ b/templates/static/api.xhtml @@ -48,8 +48,8 @@ endpoint to begin the OAuth authentication procedure. Use the /oauth/token endpoint to receive your authorized token, which you can pass in with every request.

-

You can not required to use OAuth, in which case you will need to pass the newsblur_sessionid - cookie with every request. This cookie is set on login.

+

You are not required to use OAuth, in which case you will need to pass the newsblur_sessionid + cookie with every request. This cookie is set on login.