From e73e21a8275c656def76f368ae3f968b63738c1d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 20 Aug 2015 16:57:21 +0100 Subject: [PATCH] grammar fix --- docs/releases/1.1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index ca876aded..2070849b9 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -85,5 +85,5 @@ To re-enable it, add :mod:`wagtail.contrib.wagtailsearchpromotions` to your ``IN If you have references to the ``wagtail.wagtailsearch.models.EditorsPick`` model in your project, you will need to update these to point to the :mod:`wagtail.contrib.wagtailsearchpromotions.models.SearchPromotion` model instead. -If you created your project using the ``wagtail start`` command with Wagtail 1.0. -You will probably have references to this model in the ``search/views.py`` file. +If you created your project using the ``wagtail start`` command with Wagtail 1.0, +you will probably have references to this model in the ``search/views.py`` file.