typo(directives): Fixed the mistake of leading number

The leading number with a dot and space in the Markdown will be compiled to `ol > li`.

The `4 and 6. ` in the docs mistakenly add a new line before the `6. ` cause a misunderstand by the markdown engine.

Closes #4664
This commit is contained in:
Trotyl Yu 2015-10-11 20:52:56 +08:00 committed by Misko Hevery
parent 0abd218eed
commit 1de2d29f96
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ import {ViewEncapsulation} from 'angular2/src/core/metadata/view';
* ```
*
* This directive would be instantiated with a {@link QueryList} which contains `Dependency` 4 and
* 6. Here, `Dependency` 5 would not be included, because it is not a direct child.
* `Dependency` 6. Here, `Dependency` 5 would not be included, because it is not a direct child.
*
* ### Injecting a live collection of descendant directives
*