From 3f3da0a90873526b706386ea0c6151ca7bc49d2e Mon Sep 17 00:00:00 2001 From: Dawn Ahukanna Date: Fri, 13 Mar 2015 17:49:11 +0000 Subject: [PATCH] Bug-fix for path literal string in the iib icon URL for tutorial JSON details. Was: Changed to: --- src/tutorialExample/en/_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tutorialExample/en/_data.json b/src/tutorialExample/en/_data.json index 7f83e5e..41d33a3 100644 --- a/src/tutorialExample/en/_data.json +++ b/src/tutorialExample/en/_data.json @@ -216,10 +216,10 @@ "details": [ { - "details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon to start recording the message path through the flow." + "details": "Open the HTTPInputMessageFlow, and click the Flow Exerciser icon to start recording the message path through the flow." }, { - "details": "Click the Send Message icon to select a message to send to the flow." + "details": "Click the Send Message icon to select a message to send to the flow." }, { "details": "Choose the ExampleInputMessage1, edit the message data if you like, and click Send. Your request message is sent to the HTTP input node.",