From 713075b5da65be6020dbc01b80321e86c3d1c45d Mon Sep 17 00:00:00 2001 From: Patrick de Mooij Date: Mon, 8 Feb 2021 16:37:39 +0100 Subject: [PATCH] fixed typo in Service invocation overview (#1170) --- .../service-invocation/service-invocation-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-overview.md b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-overview.md index 324fc3711..08716e04d 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-overview.md +++ b/daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-overview.md @@ -108,7 +108,7 @@ The diagram below shows sequence 1-7 again on a local machine showing the API ca 4. The Node.js app's sidecar forwards the request to the Node.js app. The Node.js app performs its business logic, logging the incoming message and then persist the order ID into Redis (not shown in the diagram) 5. The Node.js app sends a response to the Python app through the Node.js sidecar. 6. Dapr forwards the response to the Python Dapr sidecar -7. The Python app receives the resposne. +7. The Python app receives the response. ## Next steps