From 0ed92131d722a2824e19a5766cf154ed65b8e616 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 11 Sep 2014 23:37:36 +1000 Subject: [PATCH] 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 --- src/lint/linter/ArcanistJSHintLinter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lint/linter/ArcanistJSHintLinter.php b/src/lint/linter/ArcanistJSHintLinter.php index c81da407..7884ef51 100644 --- a/src/lint/linter/ArcanistJSHintLinter.php +++ b/src/lint/linter/ArcanistJSHintLinter.php @@ -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() {