dsanders11

#49923: docs: fix some string enum typings

Merged
Created: Feb 23, 2026, 5:47:33 PM
Merged: Feb 24, 2026, 9:11:23 AM
4 comments
Target: main

Description of Change

These were not quite the magic phrase for @electron/docs-parser to turn them into string enums, so tweaking the wording.

Checklist

  • PR description included

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#49932
Merged At
Feb 24, 2026, 10:18:59 AM
Released In
Not yet
Release Date
Not yet
40-x-y
Merged
PR Number
#49931
Merged At
Feb 24, 2026, 10:19:29 AM
Released In
Not yet
Release Date
Not yet
41-x-y
Merged
PR Number
#49930
Merged At
Feb 24, 2026, 10:20:02 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron