Skip to content

Commit

Permalink
Fix typo (#1601)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv committed Dec 28, 2020
1 parent 87ab401 commit 587fe52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class AsgiHandler(base.BaseHandler):

def __init__(self):
msg = (
"Channel's inbuilt http protocal AsgiHandler is deprecated. "
"Channel's inbuilt http protocol AsgiHandler is deprecated. "
"Use Django's get_asgi_application() instead."
)
warnings.warn(msg, DeprecationWarning, stacklevel=2)
Expand Down

0 comments on commit 587fe52

Please sign in to comment.