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}.