diff --git a/src/filerepository.js b/src/filerepository.js index 411b1af..c4fb8c0 100644 --- a/src/filerepository.js +++ b/src/filerepository.js @@ -370,9 +370,9 @@ class FileLoader { } /** - * Returns a `Promise` which resolves to a `File` instance associated with this file loader. + * A `Promise` which resolves to a `File` instance associated with this file loader. * - * @type {Promise.} + * @type {Promise.} */ get file() { if ( !this._filePromiseWrapper ) {