diff --git a/docs/docs/how_to/streaming.ipynb b/docs/docs/how_to/streaming.ipynb index 14e460a1193..f27d7025a5c 100644 --- a/docs/docs/how_to/streaming.ipynb +++ b/docs/docs/how_to/streaming.ipynb @@ -452,7 +452,7 @@ "source": [ "#### Generator Functions\n", "\n", - "Le'ts fix the streaming using a generator function that can operate on the **input stream**.\n", + "Let's 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 operates on **input streams**\n",