Write Better with Vale: Overriding styles confusion

Section Overriding styles, pag. 41 says

The word list from the Microsoft style guide has a lot of good terms
but a few lines down, it suggests copying the Google list instead of Microsoft

Section Enforcing Grammar …, pag. 43, in the Modal.yml script, a closing quote is missing in the message.
Instead of

message: "Use present tense instead of '%[1]s %[2]s." level: warning

it should be

message: "Use present tense instead of '%[1]s %[2]s.'" level: warning