diff --git a/docs/03-architecture/fast-refresh.mdx b/docs/03-architecture/fast-refresh.mdx index 6e14ec9df1d4c..32a1eb01bf200 100644 --- a/docs/03-architecture/fast-refresh.mdx +++ b/docs/03-architecture/fast-refresh.mdx @@ -3,7 +3,7 @@ title: Fast Refresh description: Fast Refresh is a hot module reloading experience that gives you instantaneous feedback on edits made to your React components. --- -Fast refresh is a React feature integrated into Next.js that allows you live reload the browser page while maintaining temporary client-side state when you save changes to a file. It's enabled by default in all Next.js applications on **9.4 or newer**. With Fast Refresh enabled, most edits should be visible within a second. +Fast refresh is a React feature integrated into Next.js that allows you to live reload the browser page while maintaining temporary client-side state when you save changes to a file. It's enabled by default in all Next.js applications on **9.4 or newer**. With Fast Refresh enabled, most edits should be visible within a second. ## How It Works