Skip to content

Commit

Permalink
Merge pull request #208 from mani-mishra/patch-1
Browse files Browse the repository at this point in the history
[Typo]: Fix trickleSpeed typo
  • Loading branch information
MurhafSousli authored Sep 6, 2018
2 parents a2053aa + d9ee8d6 commit cb03bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ import { NgProgressModule } from '@ngx-progressbar/core';
@NgModule({
imports: [
NgProgressModule.forRoot({
tricklSpeed: 200,
trickleSpeed: 200,
min: 20,
meteor: false
})
Expand Down

0 comments on commit cb03bea

Please sign in to comment.