Skip to content

Docs: fix typos and grammar across reference docs#12233

Merged
greg0ire merged 6 commits intodoctrine:2.20.xfrom
alisolphp:fix-docs-typos-2-20
Oct 21, 2025
Merged

Docs: fix typos and grammar across reference docs#12233
greg0ire merged 6 commits intodoctrine:2.20.xfrom
alisolphp:fix-docs-typos-2-20

Conversation

@alisolphp
Copy link
Copy Markdown
Contributor

Summary

  • Minor typo and grammar fixes in the reference documentation.
  • No code or behavior changes.

Scope

  • Documentation only.

Touched sections

  • advanced-configuration.rst (EntityManager constructor article)
  • architecture.rst (initialized in serialization paragraph)
  • filters.rst (determinism rule wording)
  • security.rst (mass-assignment paragraph)
  • second-level-cache.rst (collection region example; article in eviction sentence)

Corrected “passed as the first argument to he constructor” → “passed as the first argument to the constructor” in docs/en/reference/advanced-configuration.rst.
This fixes a simple documentation typo in the Connection section.
Replaced “initialiazed” with “initialized” in the “Serializing entities” section of docs/en/reference/architecture.rst.
This corrects a minor spelling error to improve documentation clarity.
Changed “Don't change the values base on external inputs” → “Don't change the values based on external inputs” in docs/en/reference/filters.rst.
This corrects a grammatical error in the filter determinism guidelines.
Replaced “possiblity” with “possibility” in the “Preventing Mass Assignment Vulnerabilities” section of docs/en/reference/security.rst.
This corrects a spelling mistake and improves documentation clarity.
Changed “An collection region could look something like:” → “A collection region could look something like:” in docs/en/reference/second-level-cache.rst.
This corrects improper article usage in the Caching Regions section.
Replaced “an special query hint” → “a special query hint” in docs/en/reference/second-level-cache.rst.
This corrects the article usage in the DELETE/UPDATE queries section for improved grammatical accuracy.
Copy link
Copy Markdown
Contributor

@mpdude mpdude left a comment

Choose a reason for hiding this comment

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

Thank you!

@greg0ire greg0ire merged commit 96f9b29 into doctrine:2.20.x Oct 21, 2025
1 check passed
@greg0ire greg0ire added this to the 2.20.7 milestone Oct 21, 2025
@greg0ire
Copy link
Copy Markdown
Member

Squash-merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants