docs: fix two minor grammar issues#3096
Open
i-anubhav-anand wants to merge 1 commit into
Open
Conversation
|
@i-anubhav-anand is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
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.
Two small grammar fixes in hand-authored pages:
content/handbook/product-engineering/architecture.mdx— "Postgres wont be the best fit" → "won't".content/docs/evaluation/evaluation-methods/scores-via-sdk.mdx— "an evaluation method that allows to set up custom evaluation workflows" → "allows you to set up".Type of change
Checklist
Greptile Summary
This PR makes two minor grammar corrections in hand-authored documentation pages with no functional changes.
scores-via-sdk.mdx: Corrects "allows to set up" → "allows you to set up" for grammatically complete phrasing.architecture.mdx: Corrects "wont" → "won't" (missing apostrophe in a contraction).Confidence Score: 5/5
Two isolated one-word grammar fixes in documentation; no code, logic, or configuration is touched.
Both changes are straightforward typo/grammar corrections in MDX prose — no functional behavior, data model, or rendering logic is affected.
No files require special attention.
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[PR: Grammar Fixes] --> B[scores-via-sdk.mdx] A --> C[architecture.mdx] B --> D["allows to set up → allows you to set up"] C --> E["wont → won't"]Reviews (1): Last reviewed commit: "docs: fix grammar in architecture handbo..." | Re-trigger Greptile