소스 검색

End tag typo fix

Documentation typo. ¯\_(ツ)_/¯
Kalob Taulien 1 년 전
부모
커밋
fa1d79a432
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/writing_templates.md

+ 1 - 1
docs/topics/writing_templates.md

@@ -360,7 +360,7 @@ Much like `{% cache %}`, you can use [`make_template_fragment_key`](django.core.
 
 {% wagtailpagecache 500 "hero" %}
     <!-- hero -->
-{% endwagtailcache %}
+{% endwagtailpagecache %}
 ```
 
 This is identical to: