From b6d292b3bac4f426e43af9b6a23dd90a6202068a Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:14:58 -0700 Subject: [PATCH] fix: typos --- content/nginx-one/how-to/staged-configs/add-staged-config.md | 2 +- content/nginx-one/how-to/staged-configs/api-staged-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/nginx-one/how-to/staged-configs/add-staged-config.md b/content/nginx-one/how-to/staged-configs/add-staged-config.md index 129cde78b..94007c407 100644 --- a/content/nginx-one/how-to/staged-configs/add-staged-config.md +++ b/content/nginx-one/how-to/staged-configs/add-staged-config.md @@ -80,7 +80,7 @@ To start from an existing Staged Config: 1. Select **Existing Source**. 1. Select **Staged Configuration**. -1. In the Choose Staged Configuratiog menu that appears, select an existing Staged Configuration. +1. In the Choose Staged Configuration menu that appears, select an existing Staged Configuration. 1. Enter a name for your new Staged Configuration. 1. Select **Next**. diff --git a/content/nginx-one/how-to/staged-configs/api-staged-config.md b/content/nginx-one/how-to/staged-configs/api-staged-config.md index ab74dd36c..122b8728c 100644 --- a/content/nginx-one/how-to/staged-configs/api-staged-config.md +++ b/content/nginx-one/how-to/staged-configs/api-staged-config.md @@ -15,6 +15,6 @@ You can use F5 NGINX One Console API to manage your Staged Configurations. With - [Create an NGINX Staged Configuration]({{< relref "/nginx-one/api/api-reference-guide/#operation/createStagedConfig" >}}) - The details allow you to add existing configuration files. -- [Get a list of existing Staged Configruations]({{< relref "/nginx-one/api/api-reference-guide/#operation/listStagedConfigs" >}}) +- [Get a list of existing Staged Configurations]({{< relref "/nginx-one/api/api-reference-guide/#operation/listStagedConfigs" >}}) - Be sure to record the `object_id` of your target Staged Configuration for your analysis report. - [Get an analysis report for an existing Staged Configuration]({{< relref "/nginx-one/api/api-reference-guide/#operation/getStagedConfigReport" >}})