Skip to content

Commit ae28e36

Browse files
committed
fixed grammar typos
1 parent 997ad0f commit ae28e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
10981098
}
10991099
```
11001100
1101-
Note: There are many naming options for directives, especially since they can be used in narrow or wide scopes. Choose one that makes the directive and it's file name distinct and clear. Some examples are below, but see the naming section for more recommendations.
1101+
Note: There are many naming options for directives, especially since they can be used in narrow or wide scopes. Choose one that makes the directive and its file name distinct and clear. Some examples are below, but see the naming section for more recommendations.
11021102
11031103
### Manipulate DOM in a Directive
11041104
###### [Style [Y072](#style-y072)]
@@ -1110,7 +1110,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
11101110
### Provide a Unique Directive Prefix
11111111
###### [Style [Y073](#style-y073)]
11121112
1113-
- Provide a short, unique and descriptive directive prefix such as `acmeSalesCustomerInfo` which is declared in HTML as `acme-sales-customer-info`.
1113+
- Provide a short, unique and descriptive directive prefix such as `acmeSalesCustomerInfo` which would be declared in HTML as `acme-sales-customer-info`.
11141114
11151115
*Why?*: The unique short prefix identifies the directive's context and origin. For example a prefix of `cc-` may indicate that the directive is part of a CodeCamper app while `acme-` may indicate a directive for the Acme company.
11161116

0 commit comments

Comments
 (0)