mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #14408 from rhysd/fix-14407
electron: fix case of property (fix #14407)
This commit is contained in:
Vendored
+1
-1
@@ -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’.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user