mlaurencin

#50091: docs: cleanup desktop-capturer doc after chromium audio capture additions

Merged
Created: Mar 5, 2026, 10:29:05 AM
Merged: Mar 6, 2026, 2:27:01 PM
5 comments
Target: main

Description of Change

This PR is a follow up to #49717 to address some of the documentation problems that it had. The first issue was that the NOTE section had an extra space resulting in the block not being properly formatted (as seen here on the site currently). The second was the line lengths not being between 80 and 100 characters as per the style guide. The lines were updated to be within this range, with exceptions for lines that contain links. (There are other lines within the document that are above 100 characters, but the scope of this PR is to simply correct the last addition as opposed to the document as a whole).

Checklist

Release Notes

Notes: none

Backports

39-x-y
Merged
PR Number
#50112
Merged At
Mar 6, 2026, 2:47:06 PM
Released In
v39.8.1
Release Date
Mar 12, 2026, 7:33:07 AM
40-x-y
Merged
PR Number
#50113
Merged At
Mar 6, 2026, 3:06:04 PM
Released In
v40.8.1
Release Date
Mar 11, 2026, 11:09:49 PM
41-x-y
Merged
PR Number
#50114
Merged At
Mar 6, 2026, 3:05:26 PM
Released In
v41.0.0
Release Date
Mar 10, 2026, 2:40:55 PM

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