mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +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
|
# 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
|
checking that the registration submission page is requested with a
|
||||||
post, and inside the function, we'll check the form data. If you
|
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
|
request this page with GET, you'll get a HTTP 405 METHOD NOT ALLOWED
|
||||||
|
|||||||
Reference in New Issue
Block a user