From f3eb1772ea548e6dd0ac5aafc33d6a31736b2741 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Tue, 26 Nov 2019 09:57:23 +0100 Subject: [PATCH] [doc] typo `actor` instead of `cator` (#28246) --- akka-docs/src/main/paradox/general/supervision.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/src/main/paradox/general/supervision.md b/akka-docs/src/main/paradox/general/supervision.md index fc34e4b7d1..0a4325e85c 100644 --- a/akka-docs/src/main/paradox/general/supervision.md +++ b/akka-docs/src/main/paradox/general/supervision.md @@ -41,13 +41,13 @@ An example of this can be found in @ref:[Bubble failures up through the hierarch An actor system will during its creation start at least two actors. -### `/user`: the user guardian cator +### `/user`: the user guardian actor This is the top level user provided actor, meant to bootstrap the application by spawning subsystems as children. When the user guardian stops the entire actor system is shut down. -### `/system`: the system guardian +### `/system`: the system guardian actor This special guardian has been introduced in order to achieve an orderly shut-down sequence where logging remains active while all normal actors