Skip to content

Commit 4461333

Browse files
author
rjabhi
committed
fix: update API.md
1 parent a9b2e5a commit 4461333

File tree

1 file changed

+1
-1
lines changed
  • packages/amplify-cli-core

1 file changed

+1
-1
lines changed

packages/amplify-cli-core/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ export function validateExportDirectoryPath(directoryPath: any, defaultPath: str
22062206
export class ViewResourceTableParams {
22072207
constructor(cliParams: CLIParams);
22082208
// (undocumented)
2209-
get categoryList(): [] | string[];
2209+
get categoryList(): string[] | [];
22102210
// (undocumented)
22112211
get command(): string;
22122212
// (undocumented)

0 commit comments

Comments
 (0)