Skip to content

Commit 16255ce

Browse files
authored
Update planner overview documentation for clarity
1 parent 21458bf commit 16255ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/resources/planner-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GET /groups/{group-id}/planner/plans
3535

3636
When you [create a new plan](../api/planner-post-plans.md), set the **container** property on a plan object to make a group its container. Plans must be contained by a supported resource.
3737

38-
>**Note:** The user who is creating the plan must be a member of the group that will contain the plan. When you create a new group by using [Create group](../api/group-post-groups.md), you are not added to the group as a member. After the group is created, add yourself as a member by using [group post members](../api/group-post-members.md).
38+
>**Note:** The user who creates the plan must be a member of the group that contains the plan. When you create a new group by using [Create group](../api/group-post-groups.md), you aren't added to the group as a member. After the group is created, add yourself as a member by using [group post members](../api/group-post-members.md).
3939
4040

4141
### Container type: User
@@ -65,11 +65,11 @@ Alternatively, you can specify the URL for a user.
6565

6666
Users can upgrade their personal plans into group-based plans by [moving](../api/plannerplan-movetocontainer.md) the plan from the user container to a group container, changing the type of the container for the plan from `user` to `group`.
6767

68-
### Container type: Teams Channel
68+
### Container type: Teams channel
6969

70-
The Teams channel container type supports plans created in Teams shared channels, where the channel is the container for the plan. Plans that are pinned in the shared channels would be deleted when the channel is deleted.
70+
The Teams channel container type supports plans created in Teams shared channels, where the channel is the container for the plan. Plans that are pinned in shared channels are deleted when the channel is deleted.
7171

72-
To [create a new plan](../api/planner-post-plans.md) in a Teams channel's container, set the **container** property on a [plan](plannerplan.md) object with **type** being `teamsChannel`, and the id should be formatted at "{team-id}/channels/{channel-id}
72+
To [create a new plan](../api/planner-post-plans.md) in the container of a Teams channel, set the **container** property on a [plan](plannerplan.md) object with **type** as `teamsChannel`, and the ID should be formatted as "{team-id}/channels/{channel-id}".
7373

7474
```json
7575
{

0 commit comments

Comments
 (0)