Skip to content

Commit 78e22b2

Browse files
committed
fix: correct markdown link syntax in IterableInAppManager documentation
1 parent 6feec35 commit 78e22b2

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
@@ -77,7 +77,7 @@ export class IterableInAppManager {
7777
* });
7878
* ```
7979
*
80-
* @param message - The message to show (an {@link_IterableInAppMessage} object)
80+
* @param message - The message to show (an {@link IterableInAppMessage} object)
8181
* @param consume - Whether or not the message should be consumed from the user's message queue after being shown. This should be defaulted to true.
8282
*
8383
* @returns A Promise that resolves to the URL of the button or link the user tapped to close the in-app message.

0 commit comments

Comments
 (0)