Fixed grammatical error. (#13559)

pull/13495/head^2
Sunit Gautam 7 years ago committed by Gabriel Engel
parent aba7e58048
commit b254f02cb0
  1. 2
      private/node_scripts/auto-translate.js

@ -3,7 +3,7 @@ const fs = require('fs');
const _ = require('underscore');
if (!process.argv[2]) {
console.error('\You must inform you Google API key: node auto-translate.js [google-api-key]\n');
console.error('\You must inform your Google API key: node auto-translate.js [google-api-key]\n');
process.exit();
}

Loading…
Cancel
Save