Skip to content

Commit

Permalink
Fix comment describing msteams plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardDowling committed Oct 8, 2024
1 parent 4d95e26 commit 236e2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/types/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const (
PluginTypeEntraID = "entra-id"
// PluginTypeSCIM indicates a generic SCIM integration
PluginTypeSCIM = "scim"
// PluginTypeMSTeams indicates a generic Microsoft Teams integration
// PluginTypeMSTeams indicates a Microsoft Teams integration
PluginTypeMSTeams = "msteams"
)

Expand Down

0 comments on commit 236e2c1

Please sign in to comment.