mozilla / web-ext

A command line tool to help build, run, and test web extensions
Mozilla Public License 2.0
2.63k stars 336 forks source link

fix: typo and missed async keyword #3177

Closed Decodetalkers closed 3 weeks ago

Decodetalkers commented 3 weeks ago

I am reading the repo to learn something, but typos-lsp told me that there are some typos. So I think maybe I can make a pr.. and lsp said that there are some async keywords are missing.

Rob--W commented 3 weeks ago

async is not strictly necessary if a Promise is already returned, but adding it does not hurt either.