Explorar o código

Module name consistency

@arturi
AJvanLoon %!s(int64=6) %!d(string=hai) anos
pai
achega
047880051f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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`