Skip to content

Commit bc59c75

Browse files
authored
Fix code formatting in quickstart guide
1 parent bc53f19 commit bc59c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/quickstart-create-example-consumption-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ This example uses an RSS trigger that checks an RSS feed, based on the specified
146146
>
147147
> Don't select the **Code view** tab in the trigger information pane. This tab opens code view in read-only mode.
148148
149-
1. In the code editor, find the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent(`https://feeds.content.dowjones.io/public/rss/RSSMarketsMain'))}"`**.
149+
1. In the code editor, find the line **`"feedUrl": "@{encodeURIComponent(encodeURIComponent('https://feeds.content.dowjones.io/public/rss/RSSMarketsMain'))}"`**.
150150

151151
1. Remove the extra function named **`encodeURIComponent()`** so that you have only one instance, for example:
152152

153-
**`"feedUrl": "@{encodeURIComponent(`https://feeds.content.dowjones.io/public/rss/RSSMarketsMain`)}"`**
153+
**`"feedUrl": "@{encodeURIComponent('https://feeds.content.dowjones.io/public/rss/RSSMarketsMain')}"`**
154154

155155
1. Save the changes that you made. On the code editor toolbar, select **Save**.
156156

0 commit comments

Comments
 (0)