From 7301aa72470d0a9cd95854d470084c9ee740455d Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Fri, 30 Jun 2017 00:04:43 +0100 Subject: [PATCH] [chore] Change 'a11y' to 'accessibility' in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a42c30e7..f9fd69cc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To install the stable version you can use [npm](https://npmjs.org/) or [yarn](ht The Modal object has two required props: - `isOpen` to render its children. -- `contentLabel` to improve a11y, since `v1.6.0`. +- `contentLabel` to improve accessibility, since `v1.6.0`. Example: