diff --git a/akka-docs/rst/scala/http/routing-dsl/source-streaming-support.rst b/akka-docs/rst/scala/http/routing-dsl/source-streaming-support.rst index 4a2d121b80..38baaa6bd5 100644 --- a/akka-docs/rst/scala/http/routing-dsl/source-streaming-support.rst +++ b/akka-docs/rst/scala/http/routing-dsl/source-streaming-support.rst @@ -26,7 +26,7 @@ In the below examples, we'll be refering to the ``Tweet`` and ``Measurement`` ca .. includecode2:: ../../code/docs/http/scaladsl/server/directives/JsonStreamingExamplesSpec.scala :snippet: models -And as always with spray-json, we provide our (Un)Marshaller instances as implicit values uding the ``jsonFormat##`` +And as always with spray-json, we provide our (Un)Marshaller instances as implicit values using the ``jsonFormat##`` method to generate them statically: .. includecode2:: ../../code/docs/http/scaladsl/server/directives/JsonStreamingExamplesSpec.scala