From 5fc28e65efe2a6d2d66314a1afe7128b6d934611 Mon Sep 17 00:00:00 2001 From: Eric Mendes Dantas Date: Wed, 14 Oct 2015 08:21:05 -0300 Subject: [PATCH] docs(provider): fix formatting Closes #4957 --- modules/angular2/src/core/di/provider.ts | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/modules/angular2/src/core/di/provider.ts b/modules/angular2/src/core/di/provider.ts index 2f4e849764..1d5822c111 100644 --- a/modules/angular2/src/core/di/provider.ts +++ b/modules/angular2/src/core/di/provider.ts @@ -66,10 +66,8 @@ export class Provider { * * ### Example ([live demo](http://plnkr.co/edit/RSTG86qgmoxCyj9SWPwY?p=preview)) * - * Because `useExisting` and `useClass` are often confused, the example contains both use cases - * for - * easy - * comparison. + * Because `useExisting` and `useClass` are often confused, the example contains + * both use cases for easy comparison. * * ```typescript * class Vehicle {} @@ -117,9 +115,8 @@ export class Provider { * * ### Example ([live demo](http://plnkr.co/edit/QsatsOJJ6P8T2fMe9gr8?p=preview)) * - * Because `useExisting` and `useClass` are often confused the example contains both use cases for - * easy - * comparison. + * Because `useExisting` and `useClass` are often confused the example contains + * both use cases for easy comparison. * * ```typescript * class Vehicle {} @@ -392,8 +389,8 @@ export class ProviderBuilder { * * ### Example ([live demo](http://plnkr.co/edit/ZpBCSYqv6e2ud5KXLdxQ?p=preview)) * - * Because `toAlias` and `toClass` are often confused, the example contains both use cases for - * easy comparison. + * Because `toAlias` and `toClass` are often confused, the example contains + * both use cases for easy comparison. * * ```typescript * class Vehicle {} @@ -447,9 +444,8 @@ export class ProviderBuilder { * * ### Example ([live demo](http://plnkr.co/edit/uBaoF2pN5cfc5AfZapNw?p=preview)) * - * Because `toAlias` and `toClass` are often confused, the example contains both use cases for - * easy - * comparison. + * Because `toAlias` and `toClass` are often confused, the example contains + * both use cases for easy comparison. * * ```typescript * class Vehicle {}