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

docs: Fix typo #1750

Merged
merged 1 commit into from
Feb 28, 2025
Merged

docs: Fix typo #1750

merged 1 commit into from
Feb 28, 2025

Conversation

cabbodge
Copy link
Contributor

there seems to be a minor error in the getting started page, in the provided page.tsx file for src\app\[locale] it tries to import:

import { Link } from "@/i18n/routing";

which does not exist, instead it exists in the navigation file"

import { Link } from "@/i18n/navigation";`

in the provided page.tsx file for `src\app\[locale]` it tries to import:

`import { Link } from "@/i18n/routing";`

which does not exist, instead it exists in the navigation file"

`import { Link } from "@/i18n/navigation";`
Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-intl-example-app-router ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2025 2:05am
next-intl-example-app-router-without-i18n-routing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 28, 2025 2:05am

Copy link

vercel bot commented Feb 28, 2025

@cabbodge is attempting to deploy a commit to the next-intl Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Owner

@amannn amannn left a comment

Choose a reason for hiding this comment

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

Right, thank you so much for fixing it! 🙌

@amannn amannn changed the title Fixing minor issue docs: Fix typo Feb 28, 2025
@amannn amannn merged commit 46d568c into amannn:main Feb 28, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants