From e45a99d02bfdc17dd0acd9f408030aeb22410655 Mon Sep 17 00:00:00 2001 From: Tyler Hunt Date: Fri, 3 Mar 2017 13:58:55 -0500 Subject: [PATCH] Make "users" possessive where appropriate --- src/templates/docs/font-family/index.html | 2 +- src/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/docs/font-family/index.html b/src/templates/docs/font-family/index.html index 74a8ab17b..052a72a1a 100644 --- a/src/templates/docs/font-family/index.html +++ b/src/templates/docs/font-family/index.html @@ -35,7 +35,7 @@

Font Family

Relying on systems fonts greatly improves page performance and can also help - your web application/site blend in with the users operating + your web application/site blend in with the user's operating system. Readability is strongly linked to familiarity, so this helps create a more fluid reading experience, allowing your users to focus on your content. diff --git a/src/templates/index.html b/src/templates/index.html index b264b6e14..c950942d7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -133,7 +133,7 @@

Principles

Responsive

- Everything should be 100% responsive. Your website should work regardless of a users + Everything should be 100% responsive. Your website should work regardless of a user's device or screensize.