From 6eb2b0bdc937a9d19b5d0232e07cd04bf39004ce Mon Sep 17 00:00:00 2001 From: Esteban Luchsinger Date: Sun, 25 Apr 2021 12:44:13 +0200 Subject: [PATCH] Fix typo Add a missing word --- daprdocs/content/en/getting-started/get-started-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/get-started-api.md b/daprdocs/content/en/getting-started/get-started-api.md index 1e684538d..5967d32bf 100644 --- a/daprdocs/content/en/getting-started/get-started-api.md +++ b/daprdocs/content/en/getting-started/get-started-api.md @@ -11,7 +11,7 @@ You will now run the sidecar and call the API directly (simulating what an appli ## Step 1: Run the Dapr sidecar -One the most useful Dapr CLI commands is [`dapr run`]({{< ref dapr-run.md >}}). This command launches an application together with a sidecar. For the purpose of this tutorial you'll run the sidecar without an application. +One of the most useful Dapr CLI commands is [`dapr run`]({{< ref dapr-run.md >}}). This command launches an application together with a sidecar. For the purpose of this tutorial you'll run the sidecar without an application. Run the following command to launch a Dapr sidecar that will listen on port 3500 for a blank application named myapp: