From 5fb93fd3c59a5359d8882c1f5c075d1dfe42a063 Mon Sep 17 00:00:00 2001 From: AnyISalIn Date: Fri, 15 Oct 2021 05:13:43 +0800 Subject: [PATCH] Fix typo (#1850) --- .../en/developing-applications/integrations/workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/workflows.md b/daprdocs/content/en/developing-applications/integrations/workflows.md index ec30a0e1e..7261e5ddf 100644 --- a/daprdocs/content/en/developing-applications/integrations/workflows.md +++ b/daprdocs/content/en/developing-applications/integrations/workflows.md @@ -128,7 +128,7 @@ Prerequisites: 1. Create a Config Map for the workflow: ```bash - kubectl create configmap workflows --from-file ./samples/workflow1. json + kubectl create configmap workflows --from-file ./samples/workflow1.json ``` 1. Create a secret containing the Azure Storage Account credentials. Replace the account name and key values below with the actual credentials: @@ -228,4 +228,4 @@ Watch an example from the Dapr community call: ## Additional resources - [Blog announcement](https://cloudblogs.microsoft.com/opensource/2020/05/26/announcing-cloud-native-workflows-dapr-logic-apps/) -- [Repo](https://github.com/dapr/workflows) \ No newline at end of file +- [Repo](https://github.com/dapr/workflows)