fix(docs): batch typo corrections across documentation#413
Open
abdelhadi703 wants to merge 1 commit into
Open
Conversation
- Fix "simpe" -> "simple" and "builk" -> "bulk" in model picking guide - Fix "transformaion" -> "transformation" in model picking guide - Fix "priortize" -> "prioritize" in model picking guide - Fix "lastest" -> "latest" in models overview page - Fix grammar in contribution guide (infinitive -> gerund form) - Fix "an RAG" -> "a RAG" in RAG quickstart guide - Fix "vector database" -> "vector databases" (plural) in RAG quickstart - Fix "text chunk as it is" -> "text chunk as is" in RAG quickstart
|
@abdelhadi703 is attempting to deploy a commit to the Mistral AI Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi @mistralai/team, Following up on these typo corrections across the documentation. Improves readability and accuracy. Happy to review with fresh eyes if needed. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Batch correction of documentation typos that have been identified in multiple stagnant PRs. This PR consolidates the still-relevant fixes into a single clean commit.
Corrections included
Model picking guide (
getting-started/models/picking)Models overview page (
getting-started/models/overview)Contribution guide (
_guides/contribute/overview)RAG quickstart guide (
capabilities/embeddings/rag_quickstart)Corrections NOT included (already fixed or no longer applicable)
response_format->responseFormatfor Node.js — already using correctresponseFormatin the TypeScript exampledocs/getting-started/models.mdxno longer exists; the typos that migrated topicking/_page.mdxare fixed aboveMistral SabaandMistral Smallrows containing those typos no longer exist in the current overview tableRelated PRs
References: #84, #78, #85, #86, #125, #206, #291
Note
These corrections were originally proposed in individual PRs that have been open for months. This PR consolidates the still-relevant fixes into a single clean commit. Credit to the original contributors: @CharlesCNorton, @cocosmos, @lofcz, @SilverBzH.