From 988bf9ebed24eed39a97198f1ffa4a8a65456375 Mon Sep 17 00:00:00 2001 From: Shawn Kilburn Date: Tue, 10 Sep 2024 15:16:48 -0700 Subject: [PATCH] fix(Synthetics): Minor style guide edit @jeff-colucci Based on style guide we use "higher or lower" and not "newer or older" when referring to versions. --- .../set-proxy-settings-properties-scripted-monitors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/synthetics/synthetic-monitoring/scripting-monitors/set-proxy-settings-properties-scripted-monitors.mdx b/src/content/docs/synthetics/synthetic-monitoring/scripting-monitors/set-proxy-settings-properties-scripted-monitors.mdx index dda116efb2e..7519c4ef807 100644 --- a/src/content/docs/synthetics/synthetic-monitoring/scripting-monitors/set-proxy-settings-properties-scripted-monitors.mdx +++ b/src/content/docs/synthetics/synthetic-monitoring/scripting-monitors/set-proxy-settings-properties-scripted-monitors.mdx @@ -15,7 +15,7 @@ Read on to learn about synthetic monitoring's proxy settings and properties. ## Proxy settings API for scripted monitors [#proxy-api] - Proxy usage for Firefox requires version 3.0.7 or newer of the [synthetics-node-browser-runtime image](/docs/release-notes/synthetics-release-notes/node-browser-runtime-release-notes/). + Proxy usage for Firefox requires version 3.0.7 or higher of the [synthetics-node-browser-runtime image](/docs/release-notes/synthetics-release-notes/node-browser-runtime-release-notes/). The global object `$network` allows you to control the network configuration used by your synthetic scripted monitors. The following are applicable for both [scripted browsers](/docs/synthetics/new-relic-synthetics/scripting-monitors/write-scripted-browsers) and [API tests](/docs/synthetics/new-relic-synthetics/scripting-monitors/write-api-tests), unless otherwise stated.