@@ -2,17 +2,17 @@ import { Uri } from 'vscode';
2
2
import { BaseCommand } from './base.command' ;
3
3
4
4
/**
5
- * The GenerateCustomComponentCommad class.
5
+ * The GenerateCustomComponentCommand class.
6
6
*
7
7
* @class
8
8
* @classdesc The class that represents the generate custom component command.
9
9
* @extends {BaseCommand }
10
10
* @export
11
11
* @public
12
12
* @example
13
- * const command = new GenerateCustomComponentCommad (config);
13
+ * const command = new GenerateCustomComponentCommand (config);
14
14
*/
15
- export class GenerateCustomComponentCommad extends BaseCommand {
15
+ export class GenerateCustomComponentCommand extends BaseCommand {
16
16
// -----------------------------------------------------------------
17
17
// Methods
18
18
// -----------------------------------------------------------------
@@ -25,7 +25,7 @@ export class GenerateCustomComponentCommad extends BaseCommand {
25
25
* @async
26
26
* @method execute
27
27
* @public
28
- * @memberof generateComponentCommad
28
+ * @memberof generateComponentCommand
29
29
*
30
30
* @param {Uri } folderPath - The folder path
31
31
*/
0 commit comments