@firebase/storage 0.12.6-canary.f58d48cd4 → 0.12.6-dataconnect-preview.d986d4bf2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -605,7 +605,7 @@ function makeQueryString(params) {
605
605
  * limitations under the License.
606
606
  */
607
607
  /**
608
- * Error codes for requests made by the the XhrIo wrapper.
608
+ * Error codes for requests made by the XhrIo wrapper.
609
609
  */
610
610
  var ErrorCode;
611
611
  (function (ErrorCode) {
@@ -3071,7 +3071,7 @@ function list$1(ref, options) {
3071
3071
  }
3072
3072
  /**
3073
3073
  * A `Promise` that resolves with the metadata for this object. If this
3074
- * object doesn't exist or metadata cannot be retreived, the promise is
3074
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3075
3075
  * rejected.
3076
3076
  * @public
3077
3077
  * @param ref - StorageReference to get metadata from.
@@ -3381,7 +3381,7 @@ class FirebaseStorageImpl {
3381
3381
  }
3382
3382
 
3383
3383
  const name = "@firebase/storage";
3384
- const version = "0.12.6-canary.f58d48cd4";
3384
+ const version = "0.12.6-dataconnect-preview.d986d4bf2";
3385
3385
 
3386
3386
  /**
3387
3387
  * @license
@@ -3480,7 +3480,7 @@ function uploadBytesResumable(ref, data, metadata) {
3480
3480
  }
3481
3481
  /**
3482
3482
  * A `Promise` that resolves with the metadata for this object. If this
3483
- * object doesn't exist or metadata cannot be retreived, the promise is
3483
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3484
3484
  * rejected.
3485
3485
  * @public
3486
3486
  * @param ref - {@link StorageReference} to get metadata from.