From 8078f2ee8f5cf8bb4e6e0138642c0f8a9ab1171d Mon Sep 17 00:00:00 2001 From: DanAtShenTech Date: Tue, 13 Feb 2018 14:06:56 -0500 Subject: [PATCH] Fix typo, grammar (#4278) --- docs/editor_manual/new_pages/inserting_images.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/editor_manual/new_pages/inserting_images.rst b/docs/editor_manual/new_pages/inserting_images.rst index 247109b68d..cd37d57373 100644 --- a/docs/editor_manual/new_pages/inserting_images.rst +++ b/docs/editor_manual/new_pages/inserting_images.rst @@ -48,7 +48,7 @@ __________________________________________ Images can also be inserted into the body text of a page via the rich text editor. When working in a rich text field, click the Image control. You will then be presented with the same options as for inserting images into the main carousel. -In addition, Wagtail allows you to choose an alignment for you image. +In addition, Wagtail allows you to choose an alignment for your image. .. image:: ../../_static/images/screen18_image_alignment.png @@ -58,7 +58,7 @@ In addition, Wagtail allows you to choose an alignment for you image. The alignments available are described below: * **Full width:** Image will be inserted using the full width of the text area. -* **Half-width left/right aligned:** Inserts the image at half the width of the text area. If inserted in a block of text the text will wrap around the image. If two half-width images are inserted together they will display next to each other. +* **Half-width left/right aligned:** Inserts the image at half the width of the text area. If inserted in a block of text, the text will wrap around the image. If two half-width images are inserted together, they will display next to each other. .. Note:: The display of images aligned in this way is dependent on your implementation of Wagtail, so you may get slightly different results.