docs(cleanup): fix bad h3 markup and normalize headings

Closes #5341
This commit is contained in:
Naomi Black
2015-11-17 09:41:31 -08:00
committed by Naomi Black
parent dd1e212402
commit d013fc7604
15 changed files with 29 additions and 29 deletions

View File

@ -46,7 +46,7 @@ export class RouteParams {
*
* You can inject `RouteData` into the constructor of a component to use it.
*
* ## Example
* ### Example
*
* ```
* import {bootstrap, Component, View} from 'angular2/angular2';

View File

@ -129,7 +129,7 @@ export class Router {
/**
* Dynamically update the routing configuration and trigger a navigation.
*
*##Usage
* ### Usage
*
* ```
* router.config([
@ -148,7 +148,7 @@ export class Router {
* Navigate based on the provided Route Link DSL. It's preferred to navigate with this method
* over `navigateByUrl`.
*
*##Usage
* ### Usage
*
* This method takes an array representing the Route Link DSL:
* ```