Skip to content

Commit 62d1d85

Browse files
slowy07telpirion
authored andcommitted
docs: fix typos (#347)
1 parent ad6096f commit 62d1d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dialogflow/conversation_profile_management_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_create_conversation_profile(capsys):
5959
conversation_profile_management.delete_conversation_profile(
6060
PROJECT_ID, conversation_profile_id)
6161

62-
# Verify the converstion profile is deleted.
62+
# Verify the conversation profile is deleted.
6363
conversation_profile_management.list_conversation_profiles(PROJECT_ID)
6464

6565
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)