From 83533e9c30ce3357e55eab65738625b3a7d85847 Mon Sep 17 00:00:00 2001 From: Christopher Batey Date: Sat, 5 Aug 2017 07:00:09 +0100 Subject: [PATCH] Fix docs typo (#23474) --- akka-docs/src/main/paradox/scala/stream/stream-customize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }