Skip to content

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

Open
GOVINSAGA wants to merge 1 commit into
dotnet:mainfrom
GOVINSAGA:fix/heading-capitalization-sentence-case
Open

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

Conversation

@GOVINSAGA
Copy link
Copy Markdown

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
Author

@dotnet-policy-service agree

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.

1 participant