Skip to content

Commit a00f3c6

Browse files
committed
Naming
1 parent 40c8643 commit a00f3c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/samples/WorkflowCore.Sample04/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static IServiceProvider ConfigureServices()
5151

5252
//services.AddWorkflow(x =>
5353
//{
54-
// x.UseAzureSyncronization(@"UseDevelopmentStorage=true");
54+
// x.UseAzureSynchronization(@"UseDevelopmentStorage=true");
5555
// x.UseMongoDB(@"mongodb://localhost:27017", "workflow9999");
5656
//});
5757

src/samples/WorkflowCore.Sample13/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private static IServiceProvider ConfigureServices()
4141

4242
//services.AddWorkflow(x =>
4343
//{
44-
// x.UseAzureSyncronization(@"UseDevelopmentStorage=true");
44+
// x.UseAzureSynchronization(@"UseDevelopmentStorage=true");
4545
// x.UseMongoDB(@"mongodb://localhost:27017", "workflow-test002");
4646
//});
4747

0 commit comments

Comments
 (0)