docs(storage): fix typo in ListResult.items description (#3630)

[skip-ci]
This commit is contained in:
Peter Velkov
2020-05-08 14:11:40 +03:00
committed by GitHub
parent b74bee4220
commit 0813b7d5c7

View File

@@ -939,7 +939,7 @@ export namespace FirebaseStorageTypes {
*/
export interface ListResult {
/**
* Objects in this directory. You can call `getMetadate()` and `getDownloadUrl()` on them.
* Objects in this directory. You can call `getMetadata()` and `getDownloadUrl()` on them.
*/
items: Reference[];