diff --git a/packages/docs/src/pages/docs/concepts/resumable.mdx b/packages/docs/src/pages/docs/concepts/resumable.mdx index 01bd69b0bca..7dcbb209e76 100644 --- a/packages/docs/src/pages/docs/concepts/resumable.mdx +++ b/packages/docs/src/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 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, +All other frameworks' hydration **replays** all the application logic in the client. Qwik instead pauses execution in the server, and resumes execution in the client, # Introducing Resumability