From 4eef38510af03539ead106ab02449e0d2301536e Mon Sep 17 00:00:00 2001 From: finsou <112541888+finsou@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:11:23 +0900 Subject: [PATCH] Update setup.md fixed missing r on configure --- src/pages/guides/getting-started/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/getting-started/setup.md b/src/pages/guides/getting-started/setup.md index a47076cf..758720dd 100644 --- a/src/pages/guides/getting-started/setup.md +++ b/src/pages/guides/getting-started/setup.md @@ -30,7 +30,7 @@ In the Developer Console: * Create a new `Project` * Choose one of the workspaces, for example `Production` and then click `Add service` and choose `Runtime` * Go to back to `Workspace overview` page and, at the top of the page, click on the `Download all` button. This will download the configuration file for this project -> workspace -* Open this file in a text editor and search for the `runtime` > `namespaces` entry. This is where you will find the namespace `name` and `auth` values you can use to set the .wskprops file or configue the `aio` CLI (see the next sections). +* Open this file in a text editor and search for the `runtime` > `namespaces` entry. This is where you will find the namespace `name` and `auth` values you can use to set the .wskprops file or configure the `aio` CLI (see the next sections). ### Configuring the wsk CLI with a .wskprops file