Skip to content

Commit d2e66a1

Browse files
authored
Correct method description (#104)
1 parent 40723fe commit d2e66a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/git.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ export class Git extends EventEmitter implements GitEvents {
511511
* @param port - the port to start the server on
512512
* @param options - the options to add extended functionality to the server
513513
* @param options.type - this is either https or http (the default is http)
514-
* @param options.key - the key file for the https server
515-
* @param options.cert - the cert file for the https server
514+
* @param options.key - private key in PEM format for the https server
515+
* @param options.cert - cert chains in PEM format for the https server
516516
* @param callback - the function to call when server is started or error has occurred
517517
*/
518518
listen(port: number, options?: GitServerOptions, callback?: () => void): Git {

0 commit comments

Comments
 (0)