[PR #3567] [MERGED] docs: fix 'retreivedDocs' typo in hanavector self-query retriever #3609

Closed
opened 2026-06-05 18:23:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3567
Author: @Sharathrao01
Created: 4/13/2026
Status: Merged
Merged: 4/17/2026
Merged by: @mdrxy

Base: mainHead: fix/typo-hanavector-retrievedDocs


📝 Commits (2)

  • 6237c68 docs: fix 'retreivedDocs' typo in hanavector self-query retriever
  • b318a03 Merge branch 'main' into fix/typo-hanavector-retrievedDocs

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/javascript/integrations/retrievers/self_query/hanavector_self_query.mdx (+2 -2)

📄 Description

Fixed misspelled variable name 'retreivedDocs' → 'retrievedDocs' on lines 137 and 139.

Overview

Fixed a typo in the HANAVector self-query retriever integration docs where the
variable name was misspelled as retreivedDocs instead of retrievedDocs.
The typo appeared twice (lines 137 and 139).

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: N/A (discovered via manual audit using grep -rn "retreive" src/)
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

Additional notes

This is a single-variable-name typo fix in a JavaScript code example.
No navigation, links, or logic changes involved.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3567 **Author:** [@Sharathrao01](https://github.com/Sharathrao01) **Created:** 4/13/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `fix/typo-hanavector-retrievedDocs` --- ### 📝 Commits (2) - [`6237c68`](https://github.com/langchain-ai/docs/commit/6237c68d98e7aecee3140ff246705b44ba300f35) docs: fix 'retreivedDocs' typo in hanavector self-query retriever - [`b318a03`](https://github.com/langchain-ai/docs/commit/b318a0376e875b1a0d6bdd1f4b5ccba2a3f5a6ec) Merge branch 'main' into fix/typo-hanavector-retrievedDocs ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/retrievers/self_query/hanavector_self_query.mdx` (+2 -2) </details> ### 📄 Description Fixed misspelled variable name 'retreivedDocs' → 'retrievedDocs' on lines 137 and 139. ## Overview Fixed a typo in the HANAVector self-query retriever integration docs where the variable name was misspelled as `retreivedDocs` instead of `retrievedDocs`. The typo appeared twice (lines 137 and 139). ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs - GitHub issue: N/A (discovered via manual audit using `grep -rn "retreive" src/`) - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes This is a single-variable-name typo fix in a JavaScript code example. No navigation, links, or logic changes involved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:40 -04:00
yindo closed this issue 2026-06-05 18:23:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3609