We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63bb2b6 + 0980d17 commit d479135Copy full SHA for d479135
Readme.md
@@ -52,7 +52,7 @@ These are tokens you can use in the format of your progress bar.
52
53
### Custom Tokens
54
55
-You can define custom tokens by adding a `{'name': value}` object paramater to your method (`tick()`, `update()`, etc.) calls.
+You can define custom tokens by adding a `{'name': value}` object parameter to your method (`tick()`, `update()`, etc.) calls.
56
57
```javascript
58
var bar = new ProgressBar(':current: :token1 :token2', { total: 3 })
0 commit comments