[DOCS] Fix double backticks for inline code snippets (#1540)

This commit is contained in:
Bo Andersen
2022-02-24 11:39:49 +01:00
committed by GitHub
parent 33c4630a34
commit 904c3bb28c

View File

@ -89,12 +89,12 @@ const client = new Client({
==== Migrate to v8 ==== Migrate to v8
The Node.js client can be configured to emit an HTTP header The Node.js client can be configured to emit an HTTP header
``Accept: application/vnd.elasticsearch+json; compatible-with=7`` `Accept: application/vnd.elasticsearch+json; compatible-with=7`
which signals to Elasticsearch that the client is requesting which signals to Elasticsearch that the client is requesting
``7.x`` version of request and response bodies. This allows for `7.x` version of request and response bodies. This allows for
upgrading from 7.x to 8.x version of Elasticsearch without upgrading upgrading from 7.x to 8.x version of Elasticsearch without upgrading
everything at once. Elasticsearch should be upgraded first after everything at once. Elasticsearch should be upgraded first after
the compatibility header is configured and clients should be upgraded the compatibility header is configured and clients should be upgraded
second. second.
To enable to setting, configure the environment variable To enable to setting, configure the environment variable
``ELASTIC_CLIENT_APIVERSIONING`` to ``true``. `ELASTIC_CLIENT_APIVERSIONING` to `true`.