Skip to content

Commit

Permalink
Text cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Oct 11, 2022
1 parent 48713ce commit b9dc3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnetv3/Support/Scenarios/SupportCaseScenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 10. Resolve the support case.
static async Task Main(string[] args)
{
// Set up dependency injection for the Amazon RDS service.
// Use your AWS profile name, or leave blank to use the default profile.
// Use your AWS profile name, or leave it blank to use the default profile.
using var host = Host.CreateDefaultBuilder(args)
.ConfigureLogging(logging =>
logging.AddFilter("System", LogLevel.Debug)
Expand Down

0 comments on commit b9dc3c2

Please sign in to comment.