Skip to content

Commit

Permalink
fix: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoonan-salesforce committed Dec 13, 2018
1 parent 924352a commit 7ad690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/configFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class ConfigFile<T extends ConfigFile.Options> extends BaseConfigStore<T>
/**
* 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<void> {
Expand Down

0 comments on commit 7ad690e

Please sign in to comment.