Skip to content

Commit ebcd7fb

Browse files
authored
Apply suggestions from code review
1 parent 5fe99f2 commit ebcd7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/teams-messaging-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The [chatMessageAttachment](/graph/api/resources/chatmessageattachment) resource
2727

2828
Cards represent visual elements backed by a predefined schema. Teams supports the cards defined by the [Bot Framework](/azure/bot-service/rest-api/bot-framework-rest-connector-api-reference?view=azure-bot-service-4.0&preserve-view=true#attachment-object) in addition to the following card types:
2929

30-
- Code snippet or Place holder - Set **contentType** to `application/vnd.microsoft.card.codesnippet`
30+
- Code snippet or place holder - Set **contentType** to `application/vnd.microsoft.card.codesnippet`
3131
- Announcement card - Set **contentType** set to `application/vnd.microsoft.card.announcement`
32-
- Mircosoft Loop component card - Set **contentType** set to `application/vnd.microsoft.card.fluidEmbedCard`
32+
- Microsoft Loop component card - Set **contentType** set to `application/vnd.microsoft.card.fluidEmbedCard`
3333

3434
For cards, the **contentType** property is set to the type of card, and the **content** property contains the serialized json for the card.
3535

0 commit comments

Comments
 (0)