소스 검색

Fix: typo of confitionally to conditionally (#2822)

Tim Whitney 4 년 전
부모
커밋
80081f012e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/src/docs/dashboard.md

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

@@ -428,7 +428,7 @@ Use case: user adds an image — Uppy opens Image Editor right away — user cro
 
 Enabling this option makes the Dashboard grayed-out and non-interactive. Users won’t be able to click on buttons or drop files.
 
-Useful when you need to confitionally enable/disable file uploading or manipulation, based on a condition in your app. Can be set on init or via API:
+Useful when you need to conditionally enable/disable file uploading or manipulation, based on a condition in your app. Can be set on init or via API:
 
 ```js
 const dashboard = uppy.getPlugin('Dashboard')