From 9eed51c4c1209ebb3f690d7612ac8f0e0d105f8d Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Mon, 27 Jan 2025 11:14:07 -0600 Subject: [PATCH] Fixed list numbering Signed-off-by: Whit Waldo --- .../en/getting-started/quickstarts/actors-quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md index 7fffc9ced..63376d6fc 100644 --- a/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/actors-quickstart.md @@ -20,8 +20,8 @@ As a quick overview of the .NET actors quickstart: 1. Using a `SmartDevice.Service` microservice, you host: - Two `SmokeDetectorActor` smoke alarm objects - A `ControllerActor` object that commands and controls the smart devices -1. Using a `SmartDevice.Client` console app, the client app interacts with each actor, or the controller, to perform actions in aggregate. -1. The `SmartDevice.Interfaces` contains the shared interfaces and data types used by both the service and client apps. +2. Using a `SmartDevice.Client` console app, the client app interacts with each actor, or the controller, to perform actions in aggregate. +3. The `SmartDevice.Interfaces` contains the shared interfaces and data types used by both the service and client apps.