From 5783de448333cfd0d408c4c9663f1cc7e32a6350 Mon Sep 17 00:00:00 2001 From: naomi black Date: Thu, 27 Feb 2014 15:56:13 -0800 Subject: [PATCH] fix(docs): Correct markdown for ElementProbe --- lib/introspection.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/introspection.dart b/lib/introspection.dart index 837a18321..21cca108f 100644 --- a/lib/introspection.dart +++ b/lib/introspection.dart @@ -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) {