From 4867048df6893c1b149fd15f389bf09db88b4129 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Fri, 27 Dec 2024 20:28:58 +0100 Subject: [PATCH] fix(headless/spec): Documentation typ-o's --- ChangeLog.rst | 2 +- docs/headless/configuration.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3838ed017f..5b2a4bfa1b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -18,7 +18,7 @@ Note worthy changes (``"headless/spec/swagger_cdn.html"``). - Headless: added a new setting, ``HEADLESS_CLIENTS`` which you can use to limit - the types of API clientsx (app/browser). + the types of API clients (app/browser). 65.3.1 (2025-12-25) diff --git a/docs/headless/configuration.rst b/docs/headless/configuration.rst index 854e55c055..0a61f927bc 100644 --- a/docs/headless/configuration.rst +++ b/docs/headless/configuration.rst @@ -5,11 +5,11 @@ Available settings: ``HEADLESS_ADAPTER`` (default: ``"allauth.headless.adapter.DefaultHeadlessAdapter"``) Specifies the adapter class to use, allowing you to alter certain - default behaviour. + default behavior. ``HEADLESS_CLIENTS`` (default: ``("app", "browser")``) - Specificies the supported types of clients for the API. Setting this to - e.g. `("app",)` will remove all `"browser"` related endpoints. + Specifies the supported types of clients for the API. Setting this to + e.g. ``("app",)`` will remove all ``"browser"`` related endpoints. ``HEADLESS_FRONTEND_URLS`` (default: ``{}``) Email confirmation and password reset mails contain links that by default point to the @@ -44,7 +44,7 @@ Available settings: ``HEADLESS_SPECIFICATION_TEMPLATE_NAME`` (default: ``"headless/spec/redoc_cdn.html"``) The template used to serve the OpenAPI specification in HTML format. Out of the box, Redoc (``"headless/spec/redoc_cdn.html"``) and Swagger ( - (``"headless/spec/swagger_cdn.html"``) are available.. + (``"headless/spec/swagger_cdn.html"``) are available. ``HEADLESS_TOKEN_STRATEGY`` (default: ``"allauth.headless.tokens.sessions.SessionTokenStrategy"``) If you need to change the way tokens are created and handled, you can plug in your own