소스 검색

Module name consistency + small tweak

@arturi
AJvanLoon 6 년 전
부모
커밋
1f8d492749
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      website/src/docs/webcam.md

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

@@ -38,7 +38,7 @@ const Webcam = Uppy.Webcam
 
 ## Options
 
-The Webcam plugin has the following configurable options:
+The `@uppy/webcam` plugin has the following configurable options:
 
 ```js
 uppy.use(Webcam, {
@@ -62,7 +62,7 @@ A unique identifier for this plugin. It defaults to `'Webcam'`.
 
 ### `title: 'Camera'`
 
-Title / name shown in the UI, such as Dashboard tabs. It defaults to `'Camera'`.
+Configures the title / name shown in the UI, for instance, on Dashboard tabs. It defaults to `'Camera'`.
 
 ### `target: null`