From 5ad2fa6a39e6623953c2da573525b24d18801d32 Mon Sep 17 00:00:00 2001 From: Matt Duncan <14761+mrduncan@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:38:48 -0700 Subject: [PATCH] fix(issues): Fix missing space after . (#9834) --- docs/product/reference/search/searchable-properties/events.mdx | 2 +- docs/product/reference/search/searchable-properties/issues.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/reference/search/searchable-properties/events.mdx b/docs/product/reference/search/searchable-properties/events.mdx index 4a45ae1653c81..237784af56442 100644 --- a/docs/product/reference/search/searchable-properties/events.mdx +++ b/docs/product/reference/search/searchable-properties/events.mdx @@ -450,7 +450,7 @@ The time between start of the request and start of the response (see [diagram](h ### `message` -Returns errors with the matching message or transactions with matching transaction name. Also matches on any message containing the supplied value.Searching `message:undefined` will match an event with a message of `undefined is not an object`.Raw text searches (searches without the `message` key) are also checked against this field. For errors, the message can be a concatenatenation of elements, so searches might include unexpected results. +Returns errors with the matching message or transactions with matching transaction name. Also matches on any message containing the supplied value.Searching `message:undefined` will match an event with a message of `undefined is not an object`. Raw text searches (searches without the `message` key) are also checked against this field. For errors, the message can be a concatenatenation of elements, so searches might include unexpected results. - **Type:** string diff --git a/docs/product/reference/search/searchable-properties/issues.mdx b/docs/product/reference/search/searchable-properties/issues.mdx index f520400d1fd06..743165582d468 100644 --- a/docs/product/reference/search/searchable-properties/issues.mdx +++ b/docs/product/reference/search/searchable-properties/issues.mdx @@ -272,7 +272,7 @@ Location where the error happened. ### `message` -Returns errors with the matching message or transactions with matching transaction name. Also matches on any message containing the supplied value.Searching `message:undefined` will match an event with a message of `undefined is not an object`.Raw text searches (searches without the `message` key) are also checked against this field. For errors, the message can be a concatenatenation of elements, so searches might include unexpected results. +Returns errors with the matching message or transactions with matching transaction name. Also matches on any message containing the supplied value.Searching `message:undefined` will match an event with a message of `undefined is not an object`. Raw text searches (searches without the `message` key) are also checked against this field. For errors, the message can be a concatenatenation of elements, so searches might include unexpected results. - **Type:** string