Skip to content

Commit e1f8f67

Browse files
author
Arthur Cinader
committed
Fix capitalization, typo, and grammar mistake
1 parent fc73518 commit e1f8f67

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
@@ -12,7 +12,7 @@
1212
// database adapter.
1313

1414
export class FilesAdapter {
15-
/* this method is responsible to store the file in order to be retrived later by it's file name
15+
/* This method is responsible to store the file in order to be retrieved later by its file name
1616
*
1717
* @param filename the filename to save
1818
* @param data the buffer of data from the file

0 commit comments

Comments
 (0)