Skip to content

Commit 033ffc4

Browse files
committed
Updated wording
1 parent 7d56af5 commit 033ffc4

File tree

1 file changed

+1
-1
lines changed
  • packages/storage/src/implementation

1 file changed

+1
-1
lines changed

packages/storage/src/implementation/error.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export function noDownloadURL(): StorageError {
264264
export function missingPolyFill(polyFill: string): StorageError {
265265
return new StorageError(
266266
StorageErrorCode.UNSUPPORTED_ENVIRONMENT,
267-
`${polyFill} is missing. Please install the right polyfills. Visit https://firebase.google.com/docs/web/environments-js-sdk#polyfills for more information.`
267+
`${polyFill} is missing. Make sure to install the required polyfills. See https://firebase.google.com/docs/web/environments-js-sdk#polyfills for more information.`
268268
);
269269
}
270270

0 commit comments

Comments
 (0)