From 8388fa17be34e62dbbf010ff911429f814dffccf Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Tue, 23 Feb 2016 16:34:21 -0500 Subject: [PATCH] Update accessibility.md (grammar, clarity) * fix bad grammar, e.g. "features that has been" * clarify that Foundation alone doesn't make your site accessible * link to accessibility GitHub issue label --- docs/pages/accessibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/accessibility.md b/docs/pages/accessibility.md index e4f0ace82..33a6528a2 100644 --- a/docs/pages/accessibility.md +++ b/docs/pages/accessibility.md @@ -3,10 +3,10 @@ title: Accessibility description: Foundation for Sites is a fully-accessible framework. Here are some general guidelines to keep in mind as you make your pages accessible. --- -Aside from accessibility features that has been built into Foundation's components, this guide will give you additional best practices towards making your site more accessible. +In addition to the accessibility features built into Foundation's components, be sure to follow best practices for making your site more accessible.
-

Care about accessibility or want to contribute? Submit a Pull Request or get into the conversation on GitHub.

+

Care about accessibility or want to contribute? Submit a Pull Request or get into the [conversation on GitHub](https://github.com/zurb/foundation-sites/labels/accessibility).

## Basic Principles -- 2.47.2