diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 584672e..c23a372 100644
a
|
b
|
the admin application URL dispatching handler to render the pages that deal
|
845 | 845 | with model instances CRUD operations. As a result, completely overriding these |
846 | 846 | methods will significantly change the behavior of the admin application. |
847 | 847 | |
848 | | One comon reason for overriding these methods is to augment the context data |
| 848 | One common reason for overriding these methods is to augment the context data |
849 | 849 | that is provided to the template that renders the view. In the following |
850 | 850 | example, the change view is overridden so that the rendered template is |
851 | 851 | provided some extra mapping data that would not otherwise be available:: |