[examples] Fix image-component typo (#23437)

## Documentation / Examples

- [x] Make sure the linting passes
This commit is contained in:
Steven 2021-03-26 17:57:21 -04:00 committed by GitHub
parent 4e5a359ae5
commit 9973b8cb9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ const Index = () => (
<p>
This component is designed to{' '}
<a href="https://nextjs.org/docs/basic-features/image-optimization">
automatically optimizate
automatically optimize
</a>{' '}
images on-demand as the browser requests them.
</p>