From a32420a93874f5e8e08fd79a4afda75b1aeaf682 Mon Sep 17 00:00:00 2001 From: laurenalexander-em Date: Mon, 13 May 2024 09:47:44 +0200 Subject: [PATCH] chore(docs): Minor update to initizalize successful --- cli/cmd/initialize/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/initialize/init.go b/cli/cmd/initialize/init.go index 6e71021..6948cf6 100644 --- a/cli/cmd/initialize/init.go +++ b/cli/cmd/initialize/init.go @@ -143,7 +143,7 @@ The App ID %q is stored in %q and is used to identify the app in commands which If %q is removed, the CLI cannot identify your app. -If you are logged in, you can use `numerous list` to find the App ID again. +If you are logged in, you can use numerous list to find the App ID again. `, a.ID, tool.AppIDFileName, tool.AppIDFileName) }