From e0a5785a45ba84d642aec7cbedeb7c2210351073 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 21 Mar 2025 14:35:43 -0500 Subject: [PATCH] Fix the fixin' fix --- docs/reference/basic-config.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/basic-config.md b/docs/reference/basic-config.md index 03660a92a..da1bcb2a3 100644 --- a/docs/reference/basic-config.md +++ b/docs/reference/basic-config.md @@ -7,7 +7,9 @@ mapped_pages: This page shows you the possible basic configuration options that the clients offers. -

+```js
+```
+
 const { Client } = require('@elastic/elasticsearch')
 
 const client = new Client({
@@ -16,6 +18,7 @@ const client = new Client({
   maxRetries: 5,
   sniffOnStart: true
 })
+
 ```
 
 |     |     |