diff --git a/packages/react-server/README.md b/packages/react-server/README.md index e88807a267f4..0f5da83b3268 100644 --- a/packages/react-server/README.md +++ b/packages/react-server/README.md @@ -146,7 +146,7 @@ createResponse( ``` #### Server References -Similarly When a React Server Component framework bundles an application and encounters a `"use server"` directive in a file or in a function body, including closures, it must implement that function as as a server entrypoint that can be called from the client. To make `Flight` aware that a function is a Server Reference the function should be registered with `registerServerReference()`. +Similarly, when a React Server Component framework bundles an application and encounters a `"use server"` directive in a file or in a function body, including closures, it must implement that function as a server entrypoint that can be called from the client. To make `Flight` aware that a function is a Server Reference the function should be registered with `registerServerReference()`. ```js