Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b50d2a4

Browse files
jodytateNarretz
authored andcommitted
docs(ngAria): fix markdown heading syntax
(#14477)
1 parent f539fb1 commit b50d2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngAria/aria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Find out more information about each directive by reading the
3939
* {@link guide/accessibility ngAria Developer Guide}.
4040
*
41-
* ##Example
41+
* ## Example
4242
* Using ngDisabled with ngAria:
4343
* ```html
4444
* <md-checkbox ng-disabled="disabled">
@@ -48,7 +48,7 @@
4848
* <md-checkbox ng-disabled="disabled" aria-disabled="true">
4949
* ```
5050
*
51-
* ##Disabling Attributes
51+
* ## Disabling Attributes
5252
* It's possible to disable individual attributes added by ngAria with the
5353
* {@link ngAria.$ariaProvider#config config} method. For more details, see the
5454
* {@link guide/accessibility Developer Guide}.

0 commit comments

Comments
 (0)