Skip to content

Commit 5783de4

Browse files
naomiblackmhevery
authored andcommitted
fix(docs): Correct markdown for ElementProbe
1 parent 67fcaff commit 5783de4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/introspection.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ var _elementExpando = new Expando('element');
1010
/**
1111
* Return the closest [ElementProbe] object for a given [Element].
1212
*
13-
* NOTE: This global method is here to make it easier to debug Angular
14-
* application from the browser's REPL, unit or end-to-end tests. The
15-
* function is not intended to be called from Angular application.
13+
* **NOTE:** This global method is here to make it easier to debug Angular
14+
* application from the browser's REPL, unit or end-to-end tests. The
15+
* function is not intended to be called from Angular application.
1616
*/
1717
ElementProbe ngProbe(dom.Node node) {
1818
if (node == null) {

0 commit comments

Comments
 (0)