mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
docs: Fix typo in writing-views.md.
This commit is contained in:
@@ -72,7 +72,7 @@ def accounts_register(request):
|
||||
# type: (HttpRequest) -> HttpResponse
|
||||
```
|
||||
|
||||
This decorator ensures that the requst was a POST--here, we're
|
||||
This decorator ensures that the request was a POST--here, we're
|
||||
checking that the registration submission page is requested with a
|
||||
post, and inside the function, we'll check the form data. If you
|
||||
request this page with GET, you'll get a HTTP 405 METHOD NOT ALLOWED
|
||||
|
||||
Reference in New Issue
Block a user