This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ad6c6cd03 fix docs typo
2ad6c6cd03 is described below

commit 2ad6c6cd03fbe9fb57bc2331c9da853141ce268e
Author: Dongxu Wang <[email protected]>
AuthorDate: Sat Aug 12 15:41:40 2023 +0800

    fix docs typo
---
 docs/src/main/paradox/typed/guide/tutorial_4.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/main/paradox/typed/guide/tutorial_4.md 
b/docs/src/main/paradox/typed/guide/tutorial_4.md
index cd23975b78..cf3ee3278e 100644
--- a/docs/src/main/paradox/typed/guide/tutorial_4.md
+++ b/docs/src/main/paradox/typed/guide/tutorial_4.md
@@ -28,7 +28,7 @@ The following guidelines help us choose the most appropriate 
actor hierarchy:
 
 ## Device manager hierarchy
 
-Considering the principles outlined in the previous section, We will model the 
device manager component as an actor tree with three levels:
+Considering the principles outlined in the previous section, we will model the 
device manager component as an actor tree with three levels:
 
 * The top level supervisor actor represents the system component for devices. 
It is also the entry point to look up and create device group and device actors.
 * At the next level, group actors each supervise the device actors for one 
group id (e.g. one home). They also provide services, such as querying 
temperature readings from all of the available devices in their group.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to