Skip to content

Commit d52fc3d

Browse files
authored
fix typo (#2902)
1 parent 8f112fc commit d52fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ await SentryFlutter.init(
3131
options.dsn = 'https://[email protected]/add-your-dsn-here';
3232
options.addIntegration(
3333
SentryFirebaseRemoteConfigIntegration(
34-
firebaseRemoteConfig: yourRirebaseRemoteConfig,
34+
firebaseRemoteConfig: yourFirebaseRemoteConfig,
3535
),
3636
);
3737
},

0 commit comments

Comments
 (0)