docs(chore): make styles consistent for API doc headings

Closes #4816
This commit is contained in:
Naomi Black
2015-10-19 15:37:32 +01:00
committed by Naomi Black
parent 2c98a0f771
commit be3e7db5db
58 changed files with 131 additions and 131 deletions

View File

@ -20,7 +20,7 @@ import {LocationStrategy, normalizeQueryParams} from './location_strategy';
* `location.go('/foo')`, the browser's URL will become
* `example.com/my/app/foo`.
*
* ## Example
* ### Example
*
* ```
* import {Component, provide} from 'angular2/angular2';