Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b7e5133

Browse files
committed
docs(guide/Directives): fix link formatting
Closes #12909;
1 parent 42c97c5 commit b7e5133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: docs/content/guide/directive.ngdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ mirrors the process of compiling source code in
4343
Before we can write a directive, we need to know how Angular's {@link guide/compiler HTML compiler}
4444
determines when to use a given directive.
4545

46-
Similar to the terminology used when an [element **matches** a selector]
47-
(https://developer.mozilla.org/en-US/docs/Web/API/Element.matches), we say an element **matches** a
46+
Similar to the terminology used when an [element **matches** a selector](https://developer.mozilla.org/en-US/docs/Web/API/Element.matches), we say an element **matches** a
4847
directive when the directive is part of its declaration.
4948

5049
In the following example, we say that the `<input>` element **matches** the `ngModel` directive

0 commit comments

Comments
 (0)