Skip to content

Commit ea1ecad

Browse files
camjcdelvedor
authored andcommitted
missing comma (#854)
1 parent 7f77250 commit ea1ecad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The client is designed to be easily configured as you see fit for your needs, fo
88
const { Client } = require('@elastic/elasticsearch')
99
1010
const client = new Client({
11-
node: 'http://localhost:9200'
11+
node: 'http://localhost:9200',
1212
maxRetries: 5,
1313
requestTimeout: 60000,
1414
sniffOnStart: true

0 commit comments

Comments
 (0)