From d512d2e43dbf707a21df6abc4b885c4e4039e514 Mon Sep 17 00:00:00 2001 From: Paul Astbury-Thomas Date: Wed, 20 Oct 2021 18:15:48 +0100 Subject: [PATCH] Fix small typo in PostClient documentation (#771) --- .../Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs b/backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs index d775d5d3c..f27d26230 100644 --- a/backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs +++ b/backend/src/Squidex/Areas/Api/Controllers/Apps/AppClientsController.cs @@ -69,7 +69,7 @@ namespace Squidex.Areas.Api.Controllers.Apps /// /// /// Create a new client for the app with the specified name. - /// The client secret is auto generated on the server and returned. The client does not exire, the access token is valid for 30 days. + /// The client secret is auto generated on the server and returned. The client does not expire, the access token is valid for 30 days. /// [HttpPost] [Route("apps/{app}/clients/")]