Skip to content

Commit

Permalink
Fix typo in ClearWebView directive (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
snow0x2d0 committed Nov 9, 2021
1 parent 46791a4 commit df3bd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webex_skills/dialogue/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, url: str, title: Optional[str]):


class ClearWebView(ActionDirective):
name: str = 'display-web-view'
name: str = 'clear-web-view'


class UIHint(ViewDirective):
Expand Down

0 comments on commit df3bd8a

Please sign in to comment.