docs: fix style in helper text (#18055)

This commit is contained in:
Javier Revillas 2017-07-11 20:43:52 +02:00 committed by Igor Minar
parent e8bbf86e66
commit 9003770f02
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { Pipe, PipeTransform } from '@angular/core';
* Usage:
* value | exponentialStrength:exponent
* Example:
* {{ 2 | exponentialStrength:10}}
* {{ 2 | exponentialStrength:10 }}
* formats to: 1024
*/
@Pipe({name: 'exponentialStrength'})