Skip to content

Commit

Permalink
docs(progressbar): fix typos (#3397)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbrn authored and maxokorokov committed Oct 4, 2019
1 parent 3cffbed commit c169b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/progressbar/progressbar.ts
Expand Up @@ -20,12 +20,12 @@ import {NgbProgressbarConfig} from './progressbar-config';
})
export class NgbProgressbar {
/**
* The maximal value to be displayed in the progressbar.
* The maximal value to be displayed in the progress bar.
*/
@Input() max: number;

/**
* If `true`, the stripes on the progressbar are animated.
* If `true`, the stripes on the progress bar are animated.
*
* Takes effect only for browsers supporting CSS3 animations, and if `striped` is `true`.
*/
Expand Down Expand Up @@ -57,7 +57,7 @@ export class NgbProgressbar {
@Input() value = 0;

/**
* THe height of the progress bar.
* The height of the progress bar.
*
* Accepts any valid CSS height values, ex. `"2rem"`
*/
Expand Down

0 comments on commit c169b08

Please sign in to comment.