0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Fix typo in docs

Co-authored-by: Matt Westcott <matthew@torchbox.com>
This commit is contained in:
Jake Howard 2022-12-15 15:58:19 +00:00 committed by Matt Westcott
parent 0f209ee848
commit 0b72e3f598

View File

@ -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 %}