From bb5b8535b3825d8f6e3f2a766f9c011b9184881f Mon Sep 17 00:00:00 2001 From: jody tate Date: Wed, 20 Apr 2016 08:55:03 -0700 Subject: [PATCH] docs(ngAria): fix markdown spacing for headers --- src/ngAria/aria.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ngAria/aria.js b/src/ngAria/aria.js index cff0ed2a59f4..86d217293851 100644 --- a/src/ngAria/aria.js +++ b/src/ngAria/aria.js @@ -38,7 +38,7 @@ * Find out more information about each directive by reading the * {@link guide/accessibility ngAria Developer Guide}. * - * ##Example + * ## Example * Using ngDisabled with ngAria: * ```html * @@ -48,7 +48,7 @@ * * ``` * - * ##Disabling Attributes + * ## Disabling Attributes * It's possible to disable individual attributes added by ngAria with the * {@link ngAria.$ariaProvider#config config} method. For more details, see the * {@link guide/accessibility Developer Guide}.