#50091: docs: cleanup desktop-capturer doc after chromium audio capture additions
Merged
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
- PR description included
- relevant API documentation, tutorials, and examples are updated and follow the documentation style guide
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
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