diff --git a/docs/api-reference/next/legacy/image.md b/docs/api-reference/next/legacy/image.md index fb1acff657cf307..a2c206fb36a0791 100644 --- a/docs/api-reference/next/legacy/image.md +++ b/docs/api-reference/next/legacy/image.md @@ -20,7 +20,7 @@ description: Backwards compatible Image Optimization with the Legacy Image compo -Starting with Next.js 13, the `next/image` component was rewritten to improves both the performance and developer experience. In order to provide a backwards compatible upgrade solution, the old `next/image` was renamed to `next/legacy/image`. +Starting with Next.js 13, the `next/image` component was rewritten to improve both the performance and developer experience. In order to provide a backwards compatible upgrade solution, the old `next/image` was renamed to `next/legacy/image`. ## Comparison