From f47410d70bf6b12de3eb00cc51757c87c7cca982 Mon Sep 17 00:00:00 2001 From: "Qays H. Poonawala" Date: Fri, 16 Apr 2021 19:42:39 -0700 Subject: [PATCH] Tiny spelling fix "specified" --- src/templates/languages/csharp/Controllers/SampleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/languages/csharp/Controllers/SampleController.cs b/src/templates/languages/csharp/Controllers/SampleController.cs index 9c0991e..966a008 100644 --- a/src/templates/languages/csharp/Controllers/SampleController.cs +++ b/src/templates/languages/csharp/Controllers/SampleController.cs @@ -32,7 +32,7 @@ public ActionResult Get(StateEntry account) } /// - /// Method for depositing to account as psecified in transaction. + /// Method for depositing to account as specified in transaction. /// /// Transaction info. /// State client to interact with Dapr runtime.