mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-02 09:58:23 +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() {
|
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() {
|
public function getLinterName() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue