diff --git a/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Actions/Microsoft.ContinueLoop.schema b/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Actions/Microsoft.ContinueLoop.schema index 499f3bfff2..a99e323b03 100644 --- a/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Actions/Microsoft.ContinueLoop.schema +++ b/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Actions/Microsoft.ContinueLoop.schema @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/botbuilder-dotnet/master/schemas/component.schema", "$role": "implements(Microsoft.IDialog)", - "title": "Continune Loop", + "title": "Continue Loop", "description": "Stop executing this template and continue with the next iteration of the loop.", "type": "object", "required": [], diff --git a/schemas/sdk.schema b/schemas/sdk.schema index 2e92874258..b13069b3fe 100644 --- a/schemas/sdk.schema +++ b/schemas/sdk.schema @@ -2254,7 +2254,7 @@ }, "Microsoft.ContinueLoop": { "$role": "implements(Microsoft.IDialog)", - "title": "Continune Loop", + "title": "Continue Loop", "description": "Stop executing this template and continue with the next iteration of the loop.", "type": "object", "properties": {