Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(docs): Correct markdown for ElementProbe
Browse files Browse the repository at this point in the history
  • Loading branch information
naomiblack authored and mhevery committed Mar 3, 2014
1 parent 67fcaff commit 5783de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/introspection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ var _elementExpando = new Expando('element');
/**
* Return the closest [ElementProbe] object for a given [Element].
*
* NOTE: This global method is here to make it easier to debug Angular
* application from the browser's REPL, unit or end-to-end tests. The
* function is not intended to be called from Angular application.
* **NOTE:** This global method is here to make it easier to debug Angular
* application from the browser's REPL, unit or end-to-end tests. The
* function is not intended to be called from Angular application.
*/
ElementProbe ngProbe(dom.Node node) {
if (node == null) {
Expand Down

0 comments on commit 5783de4

Please sign in to comment.