Skip to content

Commit de28d1e

Browse files
authored
Fixed activities typo in README (#6279)
1 parent bc11591 commit de28d1e

File tree

1 file changed

+2
-2
lines changed
  • docs/umlDiagrams/Authentication/ChannelToBot

1 file changed

+2
-2
lines changed

docs/umlDiagrams/Authentication/ChannelToBot/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is helpful to read the [Authentication](https://docs.microsoft.com/en-us/azur
55

66
___
77

8-
In order for Channels and Bots to communicate with each other securely, the framework implements OAuth 2.0 authorization flows with [OpenID Connect](https://openid.net/connect/) authentication. For a Channel to send activities to a Bot, the Bot must receive a Token, detailing that the Channel is *authorized* to send activites to the Bot.
8+
In order for Channels and Bots to communicate with each other securely, the framework implements OAuth 2.0 authorization flows with [OpenID Connect](https://openid.net/connect/) authentication. For a Channel to send activities to a Bot, the Bot must receive a Token, detailing that the Channel is *authorized* to send activities to the Bot.
99

1010
![Channel with Token communicates with Bot](./SimpleChannelWithTokenToBot.svg "Channel with Token communicates with Bot")
1111

@@ -130,4 +130,4 @@ The User's message sent from the Channel comes in as a request via the Bot's "`a
130130
- `GovernmentChannelValidation` (excluding C#)
131131

132132
2. Get Connector's public signing key from location specified in the OpenID metadata document.
133-
3. Validate endorsements if key specifies that they are needed for the specific Channel that is communicating with Bot.
133+
3. Validate endorsements if key specifies that they are needed for the specific Channel that is communicating with Bot.

0 commit comments

Comments
 (0)