Skip to content

Commit 4171b76

Browse files
authored
Update 5-Teams.ps1
Minor spelling correction
1 parent e9bd7af commit 4171b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/5-Teams.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Switch to beta profile. This loads cmddlets that call MS Graph beta endpoint.
1+
# Switch to beta profile. This loads cmdlets that call MS Graph beta endpoint.
22
Select-MgProfile -Name beta
33

44
# Create a new team.
@@ -72,4 +72,4 @@ New-MgTeamChannelMessage -ChannelId $ChannelId -TeamId $TeamId `
7272
id = 0; `
7373
mentionText = $UserToMention.DisplayName; `
7474
mentioned = @{user = $UserToMention } `
75-
})
75+
})

0 commit comments

Comments
 (0)