Skip to content

Commit

Permalink
docs: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Nov 18, 2021
1 parent cbbc577 commit 99461ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/in-app-messaging/usage.mdx
Expand Up @@ -21,7 +21,7 @@ FirebaseInAppMessaging fiam = FirebaseInAppMessaging.instance;

:::info
Currently, FlutterFire In-App Messaging only supports creating an instance for the default Firebase App,
you can't initializa an instance for a secondary Firebase App.
you can't initialize an instance for a secondary Firebase App.
:::

Once the plugin is setup, you're ready to receive messages from the console campaigns.
Expand Down
3 changes: 2 additions & 1 deletion website/dictionary.js
Expand Up @@ -91,5 +91,6 @@ module.exports = [
'xml',
'yaml',
'fiam',
'ecommerce'
'ecommerce',
'programmatically',
];

0 comments on commit 99461ad

Please sign in to comment.