From bca6fd386d39b08fe2b054a006409164feb904f3 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 31 Oct 2021 18:04:15 +0100 Subject: [PATCH] Spelling error. --- .../src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs | 2 +- .../Schemas/Indexes/SchemasIndex.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs b/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs index 5d624844b..f4dad2476 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Apps/Indexes/AppsIndex.cs @@ -208,7 +208,7 @@ namespace Squidex.Domain.Apps.Entities.Apps.Indexes } catch { - // Catch our own exception, juist in case something went wrong before. + // Catch our own exception, just in case something went wrong before. await cache.RemoveReservationAsync(token); throw; } diff --git a/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs b/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs index 6955036ff..d5f06f3cb 100644 --- a/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs +++ b/backend/src/Squidex.Domain.Apps.Entities/Schemas/Indexes/SchemasIndex.cs @@ -195,7 +195,7 @@ namespace Squidex.Domain.Apps.Entities.Schemas.Indexes } catch { - // Catch our own exception, juist in case something went wrong before. + // Catch our own exception, just in case something went wrong before. await cache.RemoveReservationAsync(token); throw; }