10000 fix typo... all the way. · microsoft/botbuilder-python@cdf2f58 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdf2f58

Browse files
fix typo... all the way.
1 parent 11c8a15 commit cdf2f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-schema/botbuilder/schema/teams/_models_py3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ class TeamDetails(Model):
17371737
:param aad_group_id: Azure Active Directory (AAD) Group Id for the team.
17381738
:type aad_group_id: str
17391739
:param channel_count: The count of channels in the team.
1740-
:type chanel_count: int
1740+
:type channel_count: int
17411741
:param member_count: The count of members in the team.
17421742
:type member_count: int
17431743
"""

0 commit comments

Comments
 (0)
0