[PR #2032] [MERGED] fix(docs): spelling branding name #2074

Closed
opened 2026-02-17 17:23:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2032
Author: @ainacodes
Created: 12/27/2025
Status: Merged
Merged: 12/27/2025
Merged by: @mdrxy

Base: mainHead: update-serpapi-name


📝 Commits (1)

  • 1da3b85 fix(docs): spelling branding name from SerpAPI to SerpApi

📊 Changes

10 files changed (+21 additions, -21 deletions)

View changed files

📝 src/oss/javascript/integrations/document_loaders/index.mdx (+2 -2)
📝 src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/document_loaders/web_loaders/serpapi.mdx (+5 -5)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+4 -4)
📝 src/oss/javascript/integrations/tools/index.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/serpapi.mdx (+3 -3)
📝 src/oss/python/integrations/chat/mlx.mdx (+1 -1)
📝 src/oss/python/integrations/providers/all_providers.mdx (+1 -1)
📝 src/oss/python/integrations/providers/clearml_tracking.mdx (+1 -1)
📝 src/oss/python/integrations/providers/comet_tracking.mdx (+2 -2)

📄 Description

Overview

Updates the documentation to correct a brand name typo from SerpAPI to SerpApi

Type of change

Type: [Update existing documentation / Fix typo]

Related issues/PRs

  • GitHub issue: NA
  • Feature PR: NA
  • Linear issue:
  • Slack thread:

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2032 **Author:** [@ainacodes](https://github.com/ainacodes) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/27/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `update-serpapi-name` --- ### 📝 Commits (1) - [`1da3b85`](https://github.com/langchain-ai/docs/commit/1da3b85f77ab4f8f03d93796e89240358fefdedf) fix(docs): spelling branding name from SerpAPI to SerpApi ### 📊 Changes **10 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/document_loaders/index.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/serpapi.mdx` (+5 -5) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+4 -4) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/serpapi.mdx` (+3 -3) 📝 `src/oss/python/integrations/chat/mlx.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/clearml_tracking.mdx` (+1 -1) 📝 `src/oss/python/integrations/providers/comet_tracking.mdx` (+2 -2) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Updates the documentation to correct a brand name typo from SerpAPI to SerpApi ## Type of change **Type:** [Update existing documentation / Fix typo] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: NA - Feature PR: NA <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-02-17 17:23:02 -05:00
yindo closed this issue 2026-02-17 17:23:02 -05:00
yindo changed title from [PR #2032] fix(docs): spelling branding name to [PR #2032] [MERGED] fix(docs): spelling branding name 2026-06-05 18:16:30 -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#2074