1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-22 12:41:18 +01:00

Fix a typo

Summary: Minor styling fix.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10478
This commit is contained in:
Joshua Spence 2014-09-11 23:37:36 +10:00
parent e043d22afd
commit 0ed92131d7

View file

@ -17,7 +17,7 @@ final class ArcanistJSHintLinter extends ArcanistExternalLinter {
}
public function getInfoDescription() {
return pht('Use `jshint` to detect issues with Javascript source files.');
return pht('Use `jshint` to detect issues with JavaScript source files.');
}
public function getLinterName() {