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 %}