Skip to content

Commit

Permalink
Renamed properly the page text add command
Browse files Browse the repository at this point in the history
  • Loading branch information
ypcode committed Aug 21, 2018
1 parent 2702792 commit 1ec42b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/o365/spo/commands/page/page-text-add.ts
Expand Up @@ -26,7 +26,7 @@ interface Options extends GlobalOptions {
order?: number;
}

class SpoPageClientSideWebPartAddCommand extends SpoCommand {
class SpoPageTextAddCommand extends SpoCommand {
public get name(): string {
return `${commands.PAGE_TEXT_ADD}`;
}
Expand Down Expand Up @@ -220,4 +220,4 @@ class SpoPageClientSideWebPartAddCommand extends SpoCommand {
}
}

module.exports = new SpoPageClientSideWebPartAddCommand();
module.exports = new SpoPageTextAddCommand();

0 comments on commit 1ec42b9

Please sign in to comment.