From 23222073d3f56de97314ea3a3ab7ec81ed40dc30 Mon Sep 17 00:00:00 2001 From: jhberge <36478438+jhberge@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:13:05 +0100 Subject: [PATCH 1/2] Update step 5 of pubsub-quickstart.md The notice about random numbers was a bit confusing. Signed-off-by: jhberge <36478438+jhberge@users.noreply.github.com> --- .../content/en/getting-started/quickstarts/pubsub-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md index 63ba887755d..90d1e505ac4 100644 --- a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md @@ -878,7 +878,7 @@ with DaprClient() as client: ### Step 5: View the Pub/sub outputs -Notice, as specified in the code above, the publisher pushes a random number to the Dapr sidecar while the subscriber receives it. +The publisher pushes orders to the Dapr sidecar while the subscriber receives it. Publisher output: From d02f303ae20e55be5e7eef985404f68bf1a72857 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:47:37 -0500 Subject: [PATCH 2/2] Update daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md Co-authored-by: Mark Fussell Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> --- .../content/en/getting-started/quickstarts/pubsub-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md index 90d1e505ac4..108225377e6 100644 --- a/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/pubsub-quickstart.md @@ -878,7 +878,7 @@ with DaprClient() as client: ### Step 5: View the Pub/sub outputs -The publisher pushes orders to the Dapr sidecar while the subscriber receives it. +The publisher sends orders to the Dapr sidecar while the subscriber receives them. Publisher output: