From ad7af7e191debbe71323c820ea0b120964613cbf Mon Sep 17 00:00:00 2001 From: DanAtShenTech Date: Mon, 13 May 2019 14:09:18 -0400 Subject: [PATCH] Small wording revision --- docs/reference/contrib/modeladmin/primer.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/contrib/modeladmin/primer.rst b/docs/reference/contrib/modeladmin/primer.rst index 7512050c9b..dbd193a1aa 100644 --- a/docs/reference/contrib/modeladmin/primer.rst +++ b/docs/reference/contrib/modeladmin/primer.rst @@ -105,8 +105,7 @@ The ``ModelAdmin`` class provides several attributes to enable you to easily add additional stylesheets and JavaScript to the admin interface for your model. Each attribute simply needs to be a list of paths to the files you want to include. If the path is for a file in your project's static directory, -Wagtail will automatically prepended paths for each path with ``STATIC_URL``, -so you don't need to repeat it each time in your list of paths. +then Wagtail will automatically prepend the path with ``STATIC_URL`` so that you don't need to repeat it each time in your list of paths. If you'd like to add styles or scripts to the ``IndexView``, you should set the following attributes: