From 946fb7413c20b632c71487e4412320e79a677983 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:48:35 -0500 Subject: [PATCH] [8.11] [ESS][BUG][8.14.11]Fixes minor typos in the 8.11.4 release notes (backport #4597) (#4599) * Fix * Adds missing space (cherry picked from commit 720a13f00b6723867a9b8d5099ce1ad3ea91f179) Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 898fd0ffaf..b0f390cb4a 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -8,7 +8,7 @@ [discrete] [[bug-fixes-8.11.4]] ==== Bug fixes -* Stops the {esql} tab from rendering until you click on it in Timeline({pull}173484[#173484]). +* Stops the **{esql}** tab from rendering until you click on it in Timeline ({pull}173484[#173484]). * Adds a feature flag (`timelineEsqlTabDisabled`) to hide the **{esql}** tab in Timeline ({pull}174029[#174029]). * Removes the default query from the **{esql}** tab in Timeline ({pull}174393[#174393]). * Fixes a bug that caused the **Add to Case** action to fail if you didn't add a comment before isolating and releasing a host ({pull}172912[#172912]).