Skip to content

Commit

Permalink
meta: fix typo in README.md (#4254)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuadscodes authored Dec 21, 2022
1 parent 74001a6 commit 13ea473
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 @@ -161,7 +161,7 @@ Here’s a list of polyfills you’ll need to include to make Uppy work in older
* [resize-observer-polyfill](https://github.com/que-etc/resize-observer-polyfill)
* [whatwg-fetch](https://github.com/github/fetch)

If you’re using a bundler, you need import them before Uppy:
If you’re using a bundler, you need to import them before Uppy:

```js
import 'core-js'
Expand Down

0 comments on commit 13ea473

Please sign in to comment.