Revision 7b9169e5e10c247c7ce4b5782450fa4936ed9f1e authored by Yuchao Wu on 03 January 2022, 23:42:00 UTC, committed by Andrew Scott on 06 January 2022, 18:40:02 UTC
Fix grammar issues based on suggestions in issue #44403

Fixes #44403

PR Close #44607
1 parent 7f51f1d
Raw File
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top