@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.
@@ -634,7 +634,7 @@ function makeQueryString(params) {
634
634
  * limitations under the License.
635
635
  */
636
636
  /**
637
- * Error codes for requests made by the the XhrIo wrapper.
637
+ * Error codes for requests made by the XhrIo wrapper.
638
638
  */
639
639
  var ErrorCode;
640
640
  (function (ErrorCode) {
@@ -3174,7 +3174,7 @@ function list$1(ref, options) {
3174
3174
  }
3175
3175
  /**
3176
3176
  * A `Promise` that resolves with the metadata for this object. If this
3177
- * object doesn't exist or metadata cannot be retreived, the promise is
3177
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3178
3178
  * rejected.
3179
3179
  * @public
3180
3180
  * @param ref - StorageReference to get metadata from.
@@ -3528,7 +3528,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3528
3528
  }());
3529
3529
 
3530
3530
  var name = "@firebase/storage";
3531
- var version = "0.12.6-canary.f58d48cd4";
3531
+ var version = "0.12.6-dataconnect-preview.d986d4bf2";
3532
3532
 
3533
3533
  /**
3534
3534
  * @license
@@ -3611,7 +3611,7 @@ function uploadBytesResumable(ref, data, metadata) {
3611
3611
  }
3612
3612
  /**
3613
3613
  * A `Promise` that resolves with the metadata for this object. If this
3614
- * object doesn't exist or metadata cannot be retreived, the promise is
3614
+ * object doesn't exist or metadata cannot be retrieved, the promise is
3615
3615
  * rejected.
3616
3616
  * @public
3617
3617
  * @param ref - {@link StorageReference} to get metadata from.