Skip to content

Commit

Permalink
Update src/m365/spo/commands/homesite/homesite-list.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Holemans <[email protected]>
  • Loading branch information
reshmee011 and milanholemans authored Nov 20, 2024
1 parent b0d5aba commit a892672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m365/spo/commands/homesite/homesite-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SpoHomeSiteListCommand extends SpoCommand {
}

public get description(): string {
return 'Lists available Home Sites';
return 'Lists all home sites';
}

public defaultProperties(): string[] | undefined {
Expand Down

0 comments on commit a892672

Please sign in to comment.