Prechádzať zdrojové kódy

Module name consistency

@arturi
AJvanLoon 6 rokov pred
rodič
commit
047880051f
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      website/src/docs/form.md

+ 2 - 2
website/src/docs/form.md

@@ -37,7 +37,7 @@ const Form = Uppy.Form
 
 ## Options
 
-The Form plugin has the following configurable options:
+The `@uppy/form` plugin has the following configurable options:
 
 ```js
 uppy.use(Form, {
@@ -51,7 +51,7 @@ uppy.use(Form, {
 
 ### `id: 'Form'`
 
-A unique identifier for this Form. It defaults to `'Form'`.
+A unique identifier for this plugin. It defaults to `'Form'`.
 
 ### `target: null`