Fix the fixin' fix

This commit is contained in:
Josh Mock
2025-03-21 14:35:43 -05:00
parent 87f2bf16fe
commit e0a5785a45

View File

@ -7,7 +7,9 @@ mapped_pages:
This page shows you the possible basic configuration options that the clients offers. This page shows you the possible basic configuration options that the clients offers.
<pre><code class="language-js hljs language-javascript"> ```js
```
const { Client } = require('@elastic/elasticsearch') const { Client } = require('@elastic/elasticsearch')
const client = new Client({ const client = new Client({
@ -16,6 +18,7 @@ const client = new Client({
maxRetries: 5, maxRetries: 5,
sniffOnStart: true sniffOnStart: true
}) })
``` ```
| | | | | |