Add missing comma to code example

This commit is contained in:
Jed Wood 2019-02-14 07:53:47 -07:00 committed by GitHub
parent 43dd901e50
commit fa3e4847ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ uppy.use(StatusBar, {
hideUploadButton: false,
hideRetryButton: false,
hidePauseResumeButton: false,
hideCancelButton: false
hideCancelButton: false,
locale: {}
})
```