typo in comment

pull/315/head
Dave Cranwell 2014-06-16 15:32:32 +01:00
rodzic dae521aec8
commit 506d977950
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -420,7 +420,7 @@ def preview(request):
def preview_loading(request):
"""
This page is blank, but must be real HTML so it's DOM can be written to once the preview of the page has rendered
This page is blank, but must be real HTML so its DOM can be written to once the preview of the page has rendered
"""
return HttpResponse("<html><head><title></title></head><body></body></html>")