We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c8643 commit a00f3c6Copy full SHA for a00f3c6
src/samples/WorkflowCore.Sample04/Program.cs
@@ -51,7 +51,7 @@ private static IServiceProvider ConfigureServices()
51
52
//services.AddWorkflow(x =>
53
//{
54
- // x.UseAzureSyncronization(@"UseDevelopmentStorage=true");
+ // x.UseAzureSynchronization(@"UseDevelopmentStorage=true");
55
// x.UseMongoDB(@"mongodb://localhost:27017", "workflow9999");
56
//});
57
src/samples/WorkflowCore.Sample13/Program.cs
@@ -41,7 +41,7 @@ private static IServiceProvider ConfigureServices()
41
42
43
44
45
// x.UseMongoDB(@"mongodb://localhost:27017", "workflow-test002");
46
47
0 commit comments