Skip to content

Fix heading capitalization to use sentence case for H2+ headings#5376

Merged
AndriySvyryd merged 1 commit into
dotnet:mainfrom
GOVINSAGA:fix/heading-capitalization-sentence-case
Jun 9, 2026
Merged

Fix heading capitalization to use sentence case for H2+ headings#5376
AndriySvyryd merged 1 commit into
dotnet:mainfrom
GOVINSAGA:fix/heading-capitalization-sentence-case

Conversation

@GOVINSAGA

Copy link
Copy Markdown
Contributor

Summary

Fixes heading capitalization in 10 EF Core documentation files to follow the convention established in #2361: H1 titles use Title Case, while H2+ headings use sentence case.

Changes

  • 22 headings corrected across get-started/, modeling/, querying/, and saving/ sections
  • Proper nouns (EF Core, SQL, NuGet, SRID, SaveChanges, etc.) retain their original capitalization
  • No content changes - only heading case adjustments

Files Modified

  • entity-framework/core/get-started/wpf.md (10 fixes)
  • entity-framework/core/get-started/winforms.md (2 fixes)
  • entity-framework/core/modeling/spatial.md (3 fixes)
  • entity-framework/core/modeling/bulk-configuration.md (1 fix)
  • entity-framework/core/modeling/entity-properties.md (1 fix)
  • entity-framework/core/modeling/keyless-entity-types.md (1 fix)
  • entity-framework/core/modeling/keys.md (1 fix)
  • entity-framework/core/querying/sql-queries.md (1 fix)
  • entity-framework/core/querying/complex-query-operators.md (1 fix)
  • entity-framework/core/saving/basic.md (1 fix)

Addresses #2361

@GOVINSAGA

Copy link
Copy Markdown
Contributor Author

@dotnet-policy-service agree

@AndriySvyryd AndriySvyryd requested a review from Copilot June 9, 2026 18:55
@AndriySvyryd AndriySvyryd merged commit b2d6d0c into dotnet:main Jun 9, 2026
4 checks passed
@AndriySvyryd

Copy link
Copy Markdown
Member

Thanks for your contribution

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants