浏览代码

Module name consistency

@arturi
AJvanLoon 6 年之前
父节点
当前提交
047880051f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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`