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

View File

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