docs: use "set up" (verb) consistently across guides#3095
Open
i-anubhav-anand wants to merge 1 commit into
Open
docs: use "set up" (verb) consistently across guides#3095i-anubhav-anand wants to merge 1 commit into
i-anubhav-anand wants to merge 1 commit into
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.
Small grammar cleanup: "setup" is a noun; the verb is "set up". Corrected verb usages in three hand-authored guides (noun usages like "during initial SCIM setup" and video filenames are left unchanged):
content/docs/administration/scim-and-org-api.mdx— "how to setup Okta…", "need to setup [authentication…", "To setup user provisioning…"content/integrations/gateways/litellm.mdx— "how to setup the Proxy UI"content/docs/evaluation/evaluation-methods/llm-as-a-judge.mdx— "(takes longer to setup)"Type of change
Checklist
Greptile Summary
This PR corrects verb/noun confusion by replacing "setup" (noun) with "set up" (verb) in three documentation files. Noun usages of "setup" (e.g., in the video filename
okta-scim-setup.mov.mp4) are correctly left untouched.scim-and-org-api.mdx: Three verb-form corrections ("how to set up", "need to set up", "To set up user provisioning").llm-as-a-judge.mdx: One correction in a parenthetical ("takes longer to set up").litellm.mdx: One correction in a prose sentence ("how to set up the Proxy UI").Confidence Score: 5/5
Pure documentation grammar cleanup with no functional or structural impact.
All five changes are straightforward verb-form corrections. Noun usages and filenames are correctly preserved. No logic, config, or code is modified.
No files require special attention.
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[PR: Grammar cleanup] --> B[scim-and-org-api.mdx\n3 verb corrections] A --> C[llm-as-a-judge.mdx\n1 verb correction] A --> D[litellm.mdx\n1 verb correction] B --> E[Noun usages preserved\ne.g. filename okta-scim-setup.mov.mp4]Reviews (1): Last reviewed commit: "docs: use "set up" (verb) consistently a..." | Re-trigger Greptile