From 285ef480dfec0f3fa722dadb1a7cd79b38ff2bd6 Mon Sep 17 00:00:00 2001 From: EoinShaughnessy <72507742+EoinShaughnessy@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:08:38 +0000 Subject: [PATCH] Fix punctuation --- src/styles/layout/index.md.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/layout/index.md.njk b/src/styles/layout/index.md.njk index 29ea1d64d6..cb9b553ed8 100644 --- a/src/styles/layout/index.md.njk +++ b/src/styles/layout/index.md.njk @@ -13,7 +13,7 @@ show_page_nav: true Design for small screens first, starting with a single-column layout. -For most types of page, we recommend using either a 'two-thirds' or a 'two-thirds and one-third layout'. That stops lines of text getting so long that the page becomes difficult to read on desktop devices. This would usually mean no more than 75 characters per line. +For most types of page, we recommend using either a 'two-thirds' or a 'two-thirds and one-third' layout. That stops lines of text getting so long that the page becomes difficult to read on desktop devices. This would usually mean no more than 75 characters per line. Never make assumptions about what devices people are using. Design for different screen sizes rather than specific devices.