Skip to content

Commit

Permalink
Fix typo in docs (#52815)
Browse files Browse the repository at this point in the history
The following files have been modified.

- `docs/02-app/01-building-your-application/05-optimizing/04-metadata.mdx`
  programatically -> programmatically
- `docs/02-app/02-api-reference/04-functions/image-response.mdx`
   ImageReponse -> ImageResponse




Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
  • Loading branch information
hiro0218 and ijjk committed Jul 18, 2023
1 parent 0084166 commit daac048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ These special files are available for metadata:
- [robots.txt](/docs/app/api-reference/file-conventions/metadata/robots)
- [sitemap.xml](/docs/app/api-reference/file-conventions/metadata/sitemap)
You can use these for static metadata, or you can programatically generate these files with code.
You can use these for static metadata, or you can programmatically generate these files with code.
For implementation and examples, see the [Metadata Files](/docs/app/api-reference/functions/generate-metadata) API Reference and [Dynamic Image Generation](#dynamic-image-generation).
Expand Down
8 changes: 4 additions & 4 deletions docs/02-app/02-api-reference/04-functions/image-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please refer to [Satori’s documentation](https://github.com/vercel/satori#css)

## Version History

| Version | Changes |
| --------- | --------------------------------------------------- |
| `v13.3.0` | `ImageReponse` can be imported from `next/server`. |
| `v13.0.0` | `ImageReponse` introduced via `@vercel/og` package. |
| Version | Changes |
| --------- | ---------------------------------------------------- |
| `v13.3.0` | `ImageResponse` can be imported from `next/server`. |
| `v13.0.0` | `ImageResponse` introduced via `@vercel/og` package. |

0 comments on commit daac048

Please sign in to comment.