Skip to content

Commit b04d17a

Browse files
authored
Fix typos and punctuation in channel.md
1 parent 0a3a94a commit b04d17a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/resources/channel.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ where files are shared, and where tabs are added.
8484
|:-------------------|:----------------------------------------------------------------------------------|
8585
| standard | Channel inherits the list of members of the parent team. |
8686
| private | Channel can have members that are a subset of all the members on the parent team. |
87-
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
87+
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
8888
| shared | Members can be directly added to the channel without adding them to the team. |
8989

9090
### Instance attributes
@@ -106,15 +106,15 @@ For a POST request example, see [Request (create channel in migration state)](/m
106106
|allMembers|[conversationMember](conversationmember.md) collection |A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels.|
107107
|[filesFolder](../api/channel-get-filesfolder.md)|[driveItem](driveitem.md)|Metadata for the location where the channel's files are stored.|
108108
|members|[conversationMember](conversationmember.md) collection|A collection of membership records associated with the channel.|
109-
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. A navigation property. Nullable.|
109+
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. Nullable.|
110110
|operations|[teamsAsyncOperation](teamsasyncoperation.md) collection| The async operations that ran or are running on this team. |
111111
|planner|[teamsChannelPlanner](teamschannelplanner.md) | Selective Planner services available to this channel. Currently, only shared channels are supported. Read-only. Nullable. |
112112
|sharedWithTeams|[sharedWithChannelTeamInfo](../resources/sharedwithchannelteaminfo.md) collection|A collection of teams with which a channel is shared.|
113-
|tabs|[teamsTab](../resources/teamstab.md) collection|A collection of all the tabs in the channel. A navigation property.|
113+
|tabs|[teamsTab](../resources/teamstab.md) collection|A collection of all the tabs in the channel. |
114114

115115
## JSON representation
116116

117-
The following JSON representation shows the resource type
117+
The following JSON representation shows the resource type.
118118

119119
<!-- {
120120
"blockType": "resource",

0 commit comments

Comments
 (0)