From 2eeb3b981fa2dd46571f03f6dd1bdffe48b12148 Mon Sep 17 00:00:00 2001 From: Pravin Prakash Kumar Date: Mon, 18 Nov 2024 11:12:24 -0800 Subject: [PATCH] Fix from comment --- .../iOS/tutorial/listening-content-card-events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/edge/adobe-journey-optimizer/content-card-ui/iOS/tutorial/listening-content-card-events.md b/src/pages/edge/adobe-journey-optimizer/content-card-ui/iOS/tutorial/listening-content-card-events.md index b6d1395575..976a8e9c54 100644 --- a/src/pages/edge/adobe-journey-optimizer/content-card-ui/iOS/tutorial/listening-content-card-events.md +++ b/src/pages/edge/adobe-journey-optimizer/content-card-ui/iOS/tutorial/listening-content-card-events.md @@ -85,9 +85,9 @@ struct HomePage: View, ContentCardUIEventListening { The `onInteract` method provides an optional `actionURL` parameter associated with the interaction event. The return value of this method determines how the URL is handled. -* Return `true` if your application has successfully handled the URL. This indicates to the SDK that no further action is needed. +* Returns `true` if your application has successfully handled the URL. This indicates to the SDK that no further action is needed. -* Return `false` to allow the SDK to process the URL. +* Returns `false` to allow the SDK to process the URL.