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.