Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo in Metadata API Description #51024

Merged
merged 1 commit into from Jun 9, 2023

Conversation

alainkaiser
Copy link
Contributor

Fix Typo in Metadata API Description

Description:

This PR fixes a minor typo in the description of the Metadata API.

Changes:

  • Fixed typo in the Metadata API description.

File: docs/02-app/01-building-your-application/05-optimizing/04-metadata.mdx

Old Sentence:

Next.js has a Metadata API that can used to define your application metadata (e.g. meta and link tags inside your HTML head element) for improved SEO and web shareability.

New Sentence:

Next.js has a Metadata API that can be used to define your application metadata (e.g. meta and link tags inside your HTML head element) for improved SEO and web shareability.

This change helps improve the readability and understanding of the documentation for readers and users.

Checks:

  • Followed the Docs Contribution Guide
  • Linting passes (pnpm build && pnpm lint)

Copy link
Contributor

@delbaoliveira delbaoliveira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙏🏼

@ijjk
Copy link
Member

ijjk commented Jun 9, 2023

Allow CI Workflow Run

  • approve CI run for commit: c440b64

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@delbaoliveira delbaoliveira added the CI approved Approve running CI for fork label Jun 9, 2023
@kodiakhq kodiakhq bot merged commit 8370e52 into vercel:canary Jun 9, 2023
37 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI approved Approve running CI for fork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants