From ff663ed172d332b7c42f4f2cabce11ade0cbdb14 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 21 Aug 2019 10:15:17 +0100 Subject: [PATCH] Update app/templates/views/documentation.html Co-Authored-By: Chris Hill-Scott --- app/templates/views/documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/documentation.html b/app/templates/views/documentation.html index 8ffdafbdf..47e92b61b 100644 --- a/app/templates/views/documentation.html +++ b/app/templates/views/documentation.html @@ -30,5 +30,5 @@
  • what the API client does
  • what development work you'll need to do
  • -

    To send a message you'll need to create an HTTPS request and add an authorisation header with your API key. The API key is encoded with JSON Web Tokens (JWT).

    +

    To send a message you’ll need to create an HTTPS request and add an authorisation header with your API key. The API key is encoded with JSON Web Tokens (JWT).

    {% endblock %}