From 878da0c83651e9201bb29ecd7913a4a921e482b9 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Thu, 20 Nov 2025 13:56:27 +0000 Subject: [PATCH] Fix a typo (#422) --- modules/ROOT/pages/errors/gql-errors/25N14.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/25N15.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/25N16.adoc | 2 +- modules/ROOT/pages/errors/gql-errors/index.adoc | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ROOT/pages/errors/gql-errors/25N14.adoc b/modules/ROOT/pages/errors/gql-errors/25N14.adoc index 9404cc22..27e03624 100644 --- a/modules/ROOT/pages/errors/gql-errors/25N14.adoc +++ b/modules/ROOT/pages/errors/gql-errors/25N14.adoc @@ -1,7 +1,7 @@ = 25N14 == Status description -error: invalid transaction state - transaction termination client error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +error: invalid transaction state - transaction termination client error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/25N15.adoc b/modules/ROOT/pages/errors/gql-errors/25N15.adoc index a1184442..93016591 100644 --- a/modules/ROOT/pages/errors/gql-errors/25N15.adoc +++ b/modules/ROOT/pages/errors/gql-errors/25N15.adoc @@ -1,7 +1,7 @@ = 25N14 == Status description -error: invalid transaction state - transaction termination database error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +error: invalid transaction state - transaction termination database error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/25N16.adoc b/modules/ROOT/pages/errors/gql-errors/25N16.adoc index e30bb019..19427c0a 100644 --- a/modules/ROOT/pages/errors/gql-errors/25N16.adoc +++ b/modules/ROOT/pages/errors/gql-errors/25N16.adoc @@ -1,7 +1,7 @@ = 25N16 == Status description -error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` ifndef::backend-pdf[] [discrete.glossary] diff --git a/modules/ROOT/pages/errors/gql-errors/index.adoc b/modules/ROOT/pages/errors/gql-errors/index.adoc index fab76f86..031e7991 100644 --- a/modules/ROOT/pages/errors/gql-errors/index.adoc +++ b/modules/ROOT/pages/errors/gql-errors/index.adoc @@ -697,15 +697,15 @@ Status description:: error: invalid transaction state - cannot access entity aft === xref:errors/gql-errors/25N14.adoc[25N14] -Status description:: error: invalid transaction state - transaction termination client error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +Status description:: error: invalid transaction state - transaction termination client error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` === xref:errors/gql-errors/25N15.adoc[25N15] -Status description:: error: invalid transaction state - transaction termination database error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +Status description:: error: invalid transaction state - transaction termination database error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` === xref:errors/gql-errors/25N16.adoc[25N16] -Status description:: error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reson: `{ <> }` +Status description:: error: invalid transaction state - transaction termination transient error. The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. Reason: `{ <> }` === xref:errors/gql-errors/25N17.adoc[25N17]