From 9c2a13918def0caf5859b95a0a7ab28d56f84433 Mon Sep 17 00:00:00 2001 From: Adrien Brunet <64930588+adrien-may@users.noreply.github.com> Date: Tue, 23 Feb 2021 22:51:01 +0100 Subject: [PATCH] Typo in pages/Methods.vue --- docs/src/pages/Methods.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/Methods.vue b/docs/src/pages/Methods.vue index b081ccd7..99e2aad8 100755 --- a/docs/src/pages/Methods.vue +++ b/docs/src/pages/Methods.vue @@ -38,7 +38,7 @@ export default { ['.getUploadingFiles()', 'Gets all uploading files'], ['.disable()', 'Disable the dropzone component. If you want to enable it again use `.enable()`'], ['.enable()', 'Enables a disabled dropzone component'], - ['.setAWSSigningURL(url)', 'Change your Aws S3 singing URL on the fly'] + ['.setAWSSigningURL(url)', 'Change your Aws S3 signing URL on the fly'] ] } },