diff --git a/docs/admin.txt b/docs/admin.txt index 46d3f10efc..be2a0ff09b 100644 --- a/docs/admin.txt +++ b/docs/admin.txt @@ -500,8 +500,8 @@ apply as `regular media definitions on forms`_. ============================ The admin interface has the ability to edit models on the same page as a -parent model. These are called inlines. You can add them a model being -specifing them in a ``ModelAdmin.inlines`` attribute:: +parent model. These are called inlines. You can add them to a model by +specifying them in a ``ModelAdmin.inlines`` attribute:: class BookInline(admin.TabularInline): model = Book