Skip to content

Commit

Permalink
docs: fix wording (#44020)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm build && pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
theevilhead committed Dec 14, 2022
1 parent 6d3be75 commit 2416357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/legacy/image.md
Expand Up @@ -20,7 +20,7 @@ description: Backwards compatible Image Optimization with the Legacy Image compo

</details>

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

Expand Down

0 comments on commit 2416357

Please sign in to comment.