Skip to content

Commit ccce10f

Browse files
committed
fix capitalization on program.cs
1 parent 0e04eed commit ccce10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/howto-create-snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you have an application using Azure App Configuration, you can update it with
9494

9595
### [.NET](#tab/dotnet)
9696

97-
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `program.cs` file of your application. If you don't have an application, you can reference any of the .NET quickstart guides, like [creating an ASP.NET core app with Azure App Configuration](./quickstart-aspnet-core-app.md).
97+
Edit the call to the `AddAzureAppConfiguration` method, which is often found in the `Program.cs` file of your application. If you don't have an application, you can reference any of the .NET quickstart guides, like [creating an ASP.NET core app with Azure App Configuration](./quickstart-aspnet-core-app.md).
9898

9999
**Add snapshots to your configuration**
100100

0 commit comments

Comments
 (0)