From f9ca935181dc369972f288489ca1a63a65ed2e0f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:31:14 -0400 Subject: [PATCH] [8.8] [BUG] Minor typo in Osquery docs (backport #3867) (#3870) Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- docs/osquery/view-osquery-results.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/osquery/view-osquery-results.asciidoc b/docs/osquery/view-osquery-results.asciidoc index 4659920a75..a49ca67906 100644 --- a/docs/osquery/view-osquery-results.asciidoc +++ b/docs/osquery/view-osquery-results.asciidoc @@ -11,7 +11,7 @@ The Results table displays results from single queries and query packs. [[review-single-osquery-results]] ==== Single query results -Results for single queries appear on the *Results* tab. When you run a query, the number of agents queried and query status temporarily display in a status bar above the results table. Agent responses can be `Sucessful`, `Not yet responded` (pending), and `Failed`. +Results for single queries appear on the *Results* tab. When you run a query, the number of agents queried and query status temporarily display in a status bar above the results table. Agent responses can be `Successful`, `Not yet responded` (pending), and `Failed`. [role="screenshot"] image::images/single-query-results.png[width=80%][height=80%][Shows query results] @@ -20,7 +20,7 @@ image::images/single-query-results.png[width=80%][height=80%][Shows query result [[review-pack-osquery-results]] ==== Query pack results -Results for each query in the pack appear in the *Results* tab. Click the expand icon (image:images/pack-expand-button-osquery.png[Click markdown icon,20,20]) at the far right of each query row to display query results. The number of agents that were queried and their responses are shown for each query. Agent responses are color-coded. Green is `Sucessful`, `Not yet responded` (pending) is gray, and `Failed` is red. +Results for each query in the pack appear in the *Results* tab. Click the expand icon (image:images/pack-expand-button-osquery.png[Click markdown icon,20,20]) at the far right of each query row to display query results. The number of agents that were queried and their responses are shown for each query. Agent responses are color-coded. Green is `Successful`, `Not yet responded` (pending) is gray, and `Failed` is red. [role="screenshot"] image::images/pack-query-results.png[width=80%][height=80%][Shows query results]