Browse Source

eslint: use clearer wording in command descriptions (#2554)

Max Strübing 6 years ago
parent
commit
5d3e427abd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/eslint.md

+ 1 - 1
pages/common/eslint.md

@@ -6,7 +6,7 @@
 
 `eslint --init`
 
-- Lint on files:
+- Lint on a given set of files:
 
 `eslint {{filename}}.js {{filename1}}.js`