Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Feb 27, 2023
1 parent 913f616 commit 3f87c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/csharp_dotnetcore/45.state-management/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public void ConfigureServices(IServiceCollection services)
// typeof(UserProfile)
// })
// });

/* JSON SERIALIZER - Uncomment the code in this section to use a JsonSerializer with a custom SerializationBinder. */
/* JSON SERIALIZER - Uncomment the code in this section to use a JsonSerializer with a custom SerializationBinder configuration. */

// Create the storage we'll be using for User and Conversation state.
// (Memory is great for testing purposes - examples of implementing storage with
Expand Down

0 comments on commit 3f87c91

Please sign in to comment.