Browse Source

docs: typo (#5523)

Azhar Rizqullah 5 months ago
parent
commit
31128e41fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/file-input.mdx

+ 1 - 1
docs/sources/file-input.mdx

@@ -115,7 +115,7 @@ export default {
 };
 ```
 
-## Custom file inpt
+## Custom file input
 
 If you don’t like the look/feel of the button rendered by `@uppy/file-input`,
 feel free to forgo the plugin and use your own custom button on a page, like so: