Skip to content

Commit

Permalink
Fix below/above terms for troubleshooting page (#738)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7b5f0b6)
  • Loading branch information
kilfoyle authored and mergify[bot] committed Dec 5, 2023
1 parent 17215ca commit aa7f4a3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ may experience issues updating. To resolve this problem:

. In a terminal window, run the following `cURL` request, providing your {kib} superuser credentials to reset the {ecloud} agent policy.

** On {kib} versions 8.11 and higher, run:
** On {kib} versions 8.11 and later, run:
+
[source,shell]
----
Expand All @@ -43,7 +43,7 @@ curl -u <username>:<password> --request POST \
--header 'elastic-api-version: 1'
----

** On {kib} versions below 8.11, run:
** On {kib} versions earlier than 8.11, run:
+
[source,shell]
----
Expand Down

0 comments on commit aa7f4a3

Please sign in to comment.