Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 09214c0

Browse files
committed
docs(cb-a11y): Applying small obvious textual fixes.
1 parent 3712e91 commit 09214c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

public/docs/ts/latest/cookbook/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313

1414
"a11y": {
15-
"title": "Angular 2 ARIA / Accessibility (a11y) reference",
15+
"title": "ARIA / Accessibility (a11y) reference",
1616
"navTitle": "ARIA / Accessibility (a11y)",
1717
"intro": "Learn how to make your Angular 2 sites accessible for everyone"
1818
},

public/docs/ts/latest/cookbook/a11y.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include ../_util-fns
22

33
:marked
44
Welcome, you are about to learn some key concepts that will make your Angular 2 application accessible for
5-
as many people as possible. This is now small goal, there is a large group of people out there who find it
6-
very hard to simply impossible to use your applications without thinking about the concepts mentioned here.
5+
as many people as possible. This is no small goal, there is a large group of people out there who find it
6+
very hard or even impossible to use your applications without thinking about the concepts mentioned here.
77

88
We would like to show you that this can often be achieved with little to no extra effort on your part
99
if you bring these concepts right into the design phase of your application.
@@ -12,17 +12,17 @@ include ../_util-fns
1212

1313
If you are seeing the concepts `Web Accessibility`, `ARIA` or `a11y` for the first time, you are at the start of an
1414
incredible journey. And for those who already enjoy the benefits of `Accessible Web Applications`, we will
15-
show you how to apply your knowlegde in the new and exciting world of Angular 2.
15+
show you how to apply your knowledge in the new and exciting world of Angular 2.
1616

1717
:marked
1818
## A11y in a nutshell
1919

2020
`Accessibility` is often referred to as `a11y`. This is because we want to say as lot while writing less. And
21-
as it has eleven letters, startes with an `a` and ends with a `y`, we shorten this word to `a11y`. We will
21+
as it has eleven letters, starts with an `a` and ends with a `y`, we shorten this word to `a11y`. We will
2222
refer to `a11y` when we actually want to say `accessibility`.
2323

24-
In short, `a11y` refers to creating web applications that everyone, including those with disabilities that would
25-
normally make web navigation hard or impossible, can use our entire web application and enjoy the full function.
24+
In short, `a11y` refers to creating web applications that everyone can use, including those with disabilities that would
25+
ke web navigation hard or impossible when these principles are not applied.
2626

2727
If you are totally new to the concept you may want to have a look at what the folks are the `W3C` have to say about
2828
[a11y](http://www.w3.org/WAI/intro/accessibility.php) to put the rest of the article into perspective. We will be

0 commit comments

Comments
 (0)