Skip to content

Commit

Permalink
Capital S.... Dull
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodecleyre committed Nov 12, 2024
1 parent 020c8b1 commit f3e8b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/m365/pp/commands/website/website-get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface CommandArgs {
options: Options;
}

class PpWebsiteGetCommand extends PowerPlatformCommand {
class PpWebSiteGetCommand extends PowerPlatformCommand {
public get name(): string {
return commands.WEBSITE_GET;
}
Expand Down Expand Up @@ -74,4 +74,4 @@ class PpWebsiteGetCommand extends PowerPlatformCommand {
}
}

export default new PpWebsiteGetCommand();
export default new PpWebSiteGetCommand();

0 comments on commit f3e8b08

Please sign in to comment.