[PR #14323] [CLOSED] docs: fix grammar in API documentation #25159

Closed
opened 2026-04-19 18:02:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14323
Author: @tysoncung
Created: 2/19/2026
Status: Closed

Base: mainHead: fix/api-docs-typos


📝 Commits (1)

  • 3eb593b docs: fix grammar in API documentation

📊 Changes

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

View changed files

📝 docs/api.md (+2 -2)

📄 Description

Fix two minor grammar issues in docs/api.md:

  1. Missing word in system parameter description (line 55):

    • Before: system message to (overrides what is defined in the Modelfile)
    • After: system message to use (overrides what is defined in the Modelfile)
  2. Missing preposition in JSON mode note (line 80):

    • Before: the model may generate large amounts whitespace
    • After: the model may generate large amounts of whitespace

🔄 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/ollama/ollama/pull/14323 **Author:** [@tysoncung](https://github.com/tysoncung) **Created:** 2/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/api-docs-typos` --- ### 📝 Commits (1) - [`3eb593b`](https://github.com/ollama/ollama/commit/3eb593b0d13949fd518023379eb0a327781d559c) docs: fix grammar in API documentation ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/api.md` (+2 -2) </details> ### 📄 Description Fix two minor grammar issues in `docs/api.md`: 1. **Missing word in system parameter description** (line 55): - Before: `system message to (overrides what is defined in the Modelfile)` - After: `system message to use (overrides what is defined in the Modelfile)` 2. **Missing preposition in JSON mode note** (line 80): - Before: `the model may generate large amounts whitespace` - After: `the model may generate large amounts of whitespace` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 18:02:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#25159