From 19f570f067694fb6bffe518739c32fa3e74684ba Mon Sep 17 00:00:00 2001 From: Kelly Campbell Date: Mon, 21 Sep 2020 09:48:26 -0400 Subject: [PATCH] Fix rendering of name field in configuration.md (#1311) --- docs/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 20f09df7b..0948a528d 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -203,7 +203,7 @@ function generateRequestId (params, options) { ---- |`name` -|`string | symbol` - The name to identify the client instance in the events. + +|`string, symbol` - The name to identify the client instance in the events. + _Default:_ `elasticsearch-js` |`opaqueIdPrefix`