Skip to content

Commit 7c4e69f

Browse files
committed
Remove trialing space
1 parent 46b1e14 commit 7c4e69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Files/FilesAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class FilesAdapter {
3232
* @param {object} options - (Optional) options to be passed to file adapter (S3 File Adapter Only)
3333
* - tags: object containing key value pairs that will be stored with file
3434
* - metadata: object containing key value pairs that will be stored with file (https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-object-metadata.html)
35-
* @discussion options are not supported by all file adapters. Check the your adapter's documentation for compatibility
35+
* @discussion options are not supported by all file adapters. Check the your adapter's documentation for compatibility
3636
* @param {Config} config -(Optional) server configuration
3737
* @discussion config is not supported by all file adapters. Check the your adapter's documentation for compatibility
3838
*

0 commit comments

Comments
 (0)