Merge pull request #14408 from rhysd/fix-14407

electron: fix case of property (fix #14407)
This commit is contained in:
Arthur Ozga
2017-02-09 14:42:15 -08:00
committed by GitHub
+1 -1
View File
@@ -2779,7 +2779,7 @@ declare namespace Electron {
* The protocol scheme in the form scheme:. Currently supported values are http: or https:.
* Defaults to http:.
*/
Protocol?: 'http:' | 'https:';
protocol?: 'http:' | 'https:';
/**
* The server host provided as a concatenation of the hostname and the port number hostname:port.
*/