[hygiene] move ServiceWirings.php to ServiceWiring.php

Remove pluralization from the service wiring filename for consistency
with similar files in other Web repos. There are multiple services in
this file but the point of distinction doesn't seem worthwhile.

Change-Id: I6ff4f9caf66a6156f6aa6a8b808f51c356df3414
This commit is contained in:
Stephen Niedzielski 2020-01-14 08:41:15 -07:00
parent 23bb1c1796
commit 36935fe1f3
2 changed files with 1 additions and 1 deletions

View file

@ -201,7 +201,7 @@
"remoteExtPath": "Popups"
},
"ServiceWiringFiles": [
"includes/ServiceWirings.php"
"includes/ServiceWiring.php"
],
"manifest_version": 2
}