From 2716e73280393ac7911699259760e9c29a591be7 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Fri, 29 Nov 2024 17:29:03 +0200 Subject: [PATCH] Fix typo in file-input docs --- docs/sources/file-input.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/file-input.mdx b/docs/sources/file-input.mdx index c764b23b9..cfab8b915 100644 --- a/docs/sources/file-input.mdx +++ b/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: