Docs - fix minor typo on Panels reference

pull/10414/head^2
LB Johnston 2023-05-09 08:39:17 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 696d4557a9
commit f1560625aa
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -103,7 +103,7 @@ This is a variant of `InlinePanel` that improves the editing experience when the
`MultipleChooserPanel` accepts an additional required argument `chooser_field_name`, specifying the name of the `ForeignKey` relation that the chooser is linked to.
For example, given a child model that provies a gallery of images on `BlogPage`:
For example, given a child model that provides a gallery of images on `BlogPage`:
```python
class BlogPageGalleryImage(Orderable):