docs: fix typos in example READMEs #6473
Open
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background
Several example project READMEs contained a repeated typo—“learn mode about”—which could mislead readers looking for more information about the AI SDK.
Summary
Fixed the typo in three example README files (
next-langchain
,nuxt-openai
, andsolidstart-openai
), changing “learn mode about the AI SDK” to “learn more about the AI SDK.”Verification
Opened each updated README in a Markdown preview locally and confirmed that the phrasing now reads correctly, without affecting any other content or formatting.