We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae44ce commit 1862342Copy full SHA for 1862342
src/utils/error.ts
@@ -15,7 +15,7 @@
15
* limitations under the License.
16
*/
17
18
-import { FirebaseError as FireabseErrorInterface } from '../firebase-namespace-api';
+import { FirebaseError as FirebaseErrorInterface } from '../firebase-namespace-api';
19
import { deepCopy } from '../utils/deep-copy';
20
21
/**
@@ -39,7 +39,7 @@ interface ServerToClientCode {
39
* @param {ErrorInfo} errorInfo The error information (code and message).
40
* @constructor
41
42
-export class FirebaseError extends Error implements FireabseErrorInterface {
+export class FirebaseError extends Error implements FirebaseErrorInterface {
43
constructor(private errorInfo: ErrorInfo) {
44
super(errorInfo.message);
45
0 commit comments