Fix docs typo (#23474)

This commit is contained in:
Christopher Batey 2017-08-05 07:00:09 +01:00 committed by Konrad `ktoso` Malawski
parent 5be1a527b1
commit 83533e9c30

View file

@ -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 }