Skip to content

Commit 5517bf7

Browse files
lposenCopilot
andauthored
Update src/inApp/classes/IterableInAppManager.ts
Co-authored-by: Copilot <[email protected]>
1 parent 23d719a commit 5517bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inApp/classes/IterableInAppManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { IterableInAppMessage } from './IterableInAppMessage';
2222
* console.log('Messages:', messages);
2323
* });
2424
*
25-
* // You can also access an instance on `Iterable.inAppManager.inAppManager`
25+
* // You can also access an instance on `Iterable.inAppManager`
2626
* Iterable.inAppManager.getMessages().then(messages => {
2727
* console.log('Messages:', messages);
2828
* });

0 commit comments

Comments
 (0)