瀏覽代碼

Fix typo in docs

Co-authored-by: Matt Westcott <matthew@torchbox.com>
Jake Howard 2 年之前
父節點
當前提交
0b72e3f598
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/writing_templates.md

+ 1 - 1
docs/topics/writing_templates.md

@@ -177,7 +177,7 @@ A `fallback` keyword argument can be provided - this can be a URL string, a name
 
 ### `fullpageurl`
 
-Takes a Page object and returns its absolute (`http://example.com/foo/bar/`).
+Takes a Page object and returns its absolute URL (`http://example.com/foo/bar/`).
 
 ```html+django
 {% load wagtailcore_tags %}