Skip to content

docs: fix typos in rag - #626

Merged
Lauren Hirata Singh (lnhsingh) merged 1 commit into
langchain-ai:mainfrom
Chulong-Li:FixTyposRAG
Sep 23, 2025
Merged

docs: fix typos in rag#626
Lauren Hirata Singh (lnhsingh) merged 1 commit into
langchain-ai:mainfrom
Chulong-Li:FixTyposRAG

Conversation

@Chulong-Li

Copy link
Copy Markdown
Contributor

Overview

Fix typos in rag.mdx under OSS LangChain

Type of change

Type: Fix typo

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A
  • Linear issue: N/A
  • Slack thread: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Copilot AI review requested due to automatic review settings September 23, 2025 11:14
@github-actions github-actions Bot added langchain For docs changes to LangChain oss labels Sep 23, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes typos and grammatical errors in the RAG documentation file. The changes improve the readability and correctness of the documentation without altering any functional content.

Key changes:

  • Corrected spacing issues in paragraph text
  • Fixed a hyphenation error ("general purpose" → "general-purpose")
  • Corrected a spelling error in a string literal ("reseponse" → "response")

Comment thread src/oss/langchain/rag.mdx

system_message = (
"You are a helpful assistant. Use the following context in your reseponse:"
"You are a helpful assistant. Use the following context in your response:"

Copilot AI Sep 23, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch fixing the spelling error from 'reseponse' to 'response'.

Copilot uses AI. Check for mistakes.
@lnhsingh
Lauren Hirata Singh (lnhsingh) merged commit 2bca5a2 into langchain-ai:main Sep 23, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants