errata-ai / Microsoft

A Vale-compatible implementation of the Microsoft Writing Style Guide.
https://github.com/errata-ai/vale
MIT License
85 stars 46 forks source link

Update ComplexWords.yml #22

Closed esmerel closed 5 years ago

esmerel commented 5 years ago

https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/a/ask states "Don't use as a noun. Use request, task, or another suitable word."

This also has a conflict with microsoft.Avoid - which says "don't use ask". So if you put in 'request' it says "use ask" but if you put in "ask" it says "don't use ask".

(Hope I did this correctly!)

jdkato commented 5 years ago

Thanks!