Przeglądaj źródła

Small tweak for consistency

@arturi
AJvanLoon 6 lat temu
rodzic
commit
25e8646bcb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      website/src/docs/dashboard.md

+ 1 - 1
website/src/docs/dashboard.md

@@ -81,7 +81,7 @@ uppy.use(Dashboard, {
 
 ### `id: 'Dashboard'`
 
-A unique identifier for this Dashboard. It defaults to `'Dashboard'`, but you can change this if you need multiple Dashboard instances.
+A unique identifier for this plugin. It defaults to `'Dashboard'`, but you can change this if you need multiple Dashboard instances.
 Plugins that are added by the Dashboard get unique IDs based on this ID, like `'Dashboard:StatusBar'` and `'Dashboard:Informer'`.
 
 ### `target: 'body'`