Skip to content

Commit 5ac2f09

Browse files
khkh-msfurnivall
andcommitted
Fixed typo (#3661)
Co-authored-by: Danny Furnivall <[email protected]>
1 parent 85d9ca1 commit 5ac2f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Azure.Functions.Cli/Actions/AzureActions/LogStreamAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public async Task OpenLiveStreamInBrowser(Site functionApp, IEnumerable<ArmSubsc
9494
if (!functionApp.AzureAppSettings.ContainsKey(ApplicationInsightsIKeySetting))
9595
{
9696
throw new CliException($"Missing {ApplicationInsightsIKeySetting} App Setting. " +
97-
$"Please make sure you have Application Insights configured with you function app.");
97+
$"Please make sure you have Application Insights configured with your function app.");
9898
}
9999

100100
var iKey = functionApp.AzureAppSettings[ApplicationInsightsIKeySetting];

0 commit comments

Comments
 (0)