From 9ec882454486175ecf4a237e8e822f31d0f2646c Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:18:05 -0500 Subject: [PATCH] spelling --- products/idn/tools/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/idn/tools/cli/index.md b/products/idn/tools/cli/index.md index 9a9b8e401..dc7fd1eb4 100644 --- a/products/idn/tools/cli/index.md +++ b/products/idn/tools/cli/index.md @@ -133,7 +133,7 @@ Once you have provided your client ID and client secret, you can swap your auth ## Environment variable configuration -You can also store your configuration in environment variables. This can be useful when you are using the CLI in an automated environment like a continuous integration and continuous deployment (CI/CD) pipeline. In these types of scenarios, consuming the cconfiguration from environment variables would be easier than creating the configuration file. +You can also store your configuration in environment variables. This can be useful when you are using the CLI in an automated environment like a continuous integration and continuous deployment (CI/CD) pipeline. In these types of scenarios, consuming the configuration from environment variables would be easier than creating the configuration file. To export the environment variables on **Linux/Mac**, open your terminal app and run these commands: