- Use the present third person singular: ensure -> ensures
- insert missing "that" in "HVCI also ensures that"
- "have a valid certificate" -> have got a valid certificate.
(Also forgot this sentence during my primary & secondary commits.)
Description:
Based on the experience from my reviews of the Pull Requests #6003,
#6008, and #6665, I found it necessary to suggest my corrections
separately in an unrelated PR without any impact on the file contents.
Changes proposed:
- Typo correction: Truslets -> Trustlets ("trus" -> "trust")
- Update link text to match page title "Structured Exception Handling"
- Replaced "that" with "which" as grammar improvement for pool paging
- Remove redundant EOL (end-of-line) whitespace (blank space)
- Normalize spacing between bullets/cardinals and the text to 1 space
- Replace permanent redirect MSDN URLs with docs.microsoft.com URLs
- Replace curly quotes (“ ”) with standard ASCII double quotes (" ")
- Replace closing single quote ( ’ ) with standard apostrophe ( ' )
- Add MarkDown indent marker compatibility spacing (MD codestyle)
- Add missing colon character after "Applies to"
Additional notes:
Regarding the change from curly quotes (opening/closing double quote)
and the closing single quote ("curly apostrophe"), the target HTML page
handles viewing translation back to curly quotes based on the source.
Ticket closure or reference:
Ref. #6003, #6008, #6665