From 7ad690e38e39a8d57f70ee58e7d86f3550cef004 Mon Sep 17 00:00:00 2001 From: Tim Noonan Date: Thu, 13 Dec 2018 15:26:06 -0700 Subject: [PATCH] fix: doc update --- src/config/configFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/configFile.ts b/src/config/configFile.ts index f70242b46d..668497fc40 100644 --- a/src/config/configFile.ts +++ b/src/config/configFile.ts @@ -182,7 +182,7 @@ export class ConfigFile extends BaseConfigStore /** * Used to initialize asynchronous components. * - * **Throws** *{@link SfdxError}{ name: 'NamedOrgNotFound' }* If the username.json file is not found when + * **Throws** *`Error`{ code: 'ENOENT' }* If the username.json file is not found when * options.throwOnNotFound is true. */ protected async init(): Promise {