diff --git a/src/plugins/file.ts b/src/plugins/file.ts index 63e87e9fc..f11350ac0 100644 --- a/src/plugins/file.ts +++ b/src/plugins/file.ts @@ -25,7 +25,7 @@ export interface Entry { /** The full absolute path from the root to the entry. */ fullPath: string; /** The file system on which the entry resides. */ - fileSystem: FileSystem; + filesystem: FileSystem; nativeURL: string; /** * Look up metadata about this entry.