diff --git a/docs/nested_inlines.rst b/docs/nested_inlines.rst index c842d8f..eb7e077 100644 --- a/docs/nested_inlines.rst +++ b/docs/nested_inlines.rst @@ -2,7 +2,7 @@ How to add nested inlines in Django admin? ========================================== -You have yor models defined like this:: +You have your models defined like this:: class Category(models.Model): ...