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'] ] } },