Skip to content

Commit 0980d17

Browse files
committed
Fixed minor typo in Readme
1 parent 63bb2b6 commit 0980d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ These are tokens you can use in the format of your progress bar.
5252

5353
### Custom Tokens
5454

55-
You can define custom tokens by adding a `{'name': value}` object paramater to your method (`tick()`, `update()`, etc.) calls.
55+
You can define custom tokens by adding a `{'name': value}` object parameter to your method (`tick()`, `update()`, etc.) calls.
5656

5757
```javascript
5858
var bar = new ProgressBar(':current: :token1 :token2', { total: 3 })

0 commit comments

Comments
 (0)