Browse Source

blog: fix a dash in the misc list

Renée Kooi 7 years ago
parent
commit
a9fe98f84a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/_posts/2018-02-0.24.md

+ 1 - 1
website/src/_posts/2018-02-0.24.md

@@ -78,7 +78,7 @@ This is entirely optional of course, just set `proudlyDisplayPoweredByUppy: fals
 - There’s now an option `showLinkToFileUploadResult: true` to disable linking to the upload result in Dashboard UI.
 - We are now using the image time and date as a file name in Instagram.
 - URL plugin checks for http(s) protocol, and add http by default if no protocol is present.
- It’s now possible to override `<DashboardModal />` React component’s target prop.
+- It’s now possible to override `<DashboardModal />` React component’s target prop.
 - Provider views now have `showFilter` and `showBreadcrumbs` options, those are off for Instagram plugin, for example.
 - Uppy Server to Client communication has been refactored into `Provider` and `Request` modules. Request can be used when a simple request needs to be made to Uppy Server, like in URL plugin, for example. Provider is used for more complex implementations shared between Google Drive and Instagram, for example.
 - We’ve added Transloadit example to the website, [check it out](https://uppy.io/examples/transloadit/).