diff --git a/docs/docs/how_to/streaming.ipynb b/docs/docs/how_to/streaming.ipynb index 11f83b10ff..3bcabb6ed2 100644 --- a/docs/docs/how_to/streaming.ipynb +++ b/docs/docs/how_to/streaming.ipynb @@ -447,7 +447,7 @@ "Le'ts fix the streaming using a generator function that can operate on the **input stream**.\n", "\n", ":::{.callout-tip}\n", - "A generator function (a function that uses `yield`) allows writing code that operators on **input streams**\n", + "A generator function (a function that uses `yield`) allows writing code that operates on **input streams**\n", ":::" ] },