-
Notifications
You must be signed in to change notification settings - Fork 347
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 #1156
fix: typo #1156
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
WalkthroughThe update corrects a typographical error in the documentation by replacing "edge runtine" with "edge runtime" in the FAQ page. This change solely addresses the spelling mistake in the text describing limitations for using edge functions during development in Next.js. Changes
Suggested labels
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/src/app/(docs)/faq/page.mdx (1)
41-44
: Typo Correction ApprovedThe text now correctly reads "edge runtime" instead of "edge runtine," which improves clarity and accuracy in the documentation. As a minor nitpick, consider rephrasing for enhanced flow. For example, changing the sentence to:
"If you are seeing this issue in development and are using the edge runtime, note that Next.js does not allow an edge function to fetch itself..."
might further improve readability.
🧰 Tools
🪛 LanguageTool
[style] ~41-~41: Consider an alternative verb to strengthen your wording.
Context: ...onUploadComplete
calls."" If you are seeing this issue in development, and are usin...(IF_YOU_HAVE_THIS_PROBLEM)
[uncategorized] ~42-~42: ‘In’ is unnecessary in most cases before the expression ‘next .’.
Context: ...ing edge runtime, there is a limitation in Next.js where it does not allow an edge func...(CONFUSION_OF_NN_IN_NEXT_NNP)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/src/app/(docs)/faq/page.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/src/app/(docs)/faq/page.mdx
[style] ~41-~41: Consider an alternative verb to strengthen your wording.
Context: ...onUploadComplete
calls."" If you are seeing this issue in development, and are usin...
(IF_YOU_HAVE_THIS_PROBLEM)
Pardon my OCD.
Summary by CodeRabbit