diff --git a/packages/docs/pages/docs/concepts/resumable.mdx b/packages/docs/pages/docs/concepts/resumable.mdx index 05510154d0c..01bd69b0bca 100644 --- a/packages/docs/pages/docs/concepts/resumable.mdx +++ b/packages/docs/pages/docs/concepts/resumable.mdx @@ -25,7 +25,7 @@ Collectively, this is known as hydration. All current generations of frameworks Qwik is different because it does not require hydration to resume an application on the client. Not requiring hydration is what makes the Qwik application startup instantaneous. -All frameworks hydration **replay** all the application logic in the client, instead Qwik pauses execution in the server, and resumes execution in the client, +All other framework's hydration **replays** all the application logic in the client. Qwik instead pauses execution in the server, and resumes execution in the client, # Introducing Resumability