From 82ee07a201264ecca800f0693d6cf465c309669b Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:49:46 +0100 Subject: [PATCH] Address comments --- .../reference/api/linea-gettransactionexclusionstatusv1.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/reference/api/linea-gettransactionexclusionstatusv1.mdx b/docs/developers/reference/api/linea-gettransactionexclusionstatusv1.mdx index 0b2c91871..568c97cd7 100644 --- a/docs/developers/reference/api/linea-gettransactionexclusionstatusv1.mdx +++ b/docs/developers/reference/api/linea-gettransactionexclusionstatusv1.mdx @@ -18,7 +18,7 @@ If the transaction was rejected, the API call will be successful and provide the Transactions that were not rejected for this reason will return `null` as the `result`. :::warning -Transaction rejection reason can only be checked within 24 hours of transaction attempt. +Transaction rejection reason can only be checked within 24 hours of the transaction attempt. ::: ## Parameters @@ -89,7 +89,7 @@ you will be unable to reproduce this response with the transaction in the above ::: If the transaction was not rejected for exceeding line limits, the transaction will not be found -in the database, and return a `null` result. For example: +in the database, and a `null` result is returned. For example: ```json {