diff --git a/akka-docs/src/main/paradox/scala/stream/stream-customize.md b/akka-docs/src/main/paradox/scala/stream/stream-customize.md index b61fb86bbb..c1708666b7 100644 --- a/akka-docs/src/main/paradox/scala/stream/stream-customize.md +++ b/akka-docs/src/main/paradox/scala/stream/stream-customize.md @@ -278,7 +278,7 @@ with care. ### Logging inside GraphStages Logging debug or other important information in your stages is often a very good idea, especially when developing -more advances stages which may need to be debugged at some point. +more advanced stages which may need to be debugged at some point. @@@ div { .group-scala }