Skip to content

Commit

Permalink
docs: fix typos (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
slowy07 authored and dandhlee committed Feb 6, 2023
1 parent 58b3105 commit aecdc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogflow/conversation_profile_management_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_create_conversation_profile(capsys):
conversation_profile_management.delete_conversation_profile(
PROJECT_ID, conversation_profile_id)

# Verify the converstion profile is deleted.
# Verify the conversation profile is deleted.
conversation_profile_management.list_conversation_profiles(PROJECT_ID)

out, _ = capsys.readouterr()
Expand Down

0 comments on commit aecdc89

Please sign in to comment.