Skip to content

Commit ee988d4

Browse files
gregjhoganbtford
authored andcommitted
docs(guide/concepts): improve readability
1 parent ad4d26c commit ee988d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/concepts.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ element that adds extra behavior to the element. The {@link ng.directive:ngModel
6767
stores/updates the value of the input field into/from a variable.
6868

6969
<div class="alert alert-info">
70-
**Custom directives to access the DOM**: In Angular, the only place where an application touches the DOM is
71-
within directives. This is good as artifacts that access the DOM are hard to test.
70+
**Custom directives to access the DOM**: In Angular, the only place where an application should access the DOM is
71+
within directives. This is important because artifacts that access the DOM are hard to test.
7272
If you need to access the DOM directly you should write a custom directive for this. The
7373
{@link directive directives guide} explains how to do this.
7474
</div>

0 commit comments

Comments
 (0)