mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-22 20:51:09 +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:
parent
e043d22afd
commit
0ed92131d7
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue