diff --git a/docs/serverless.rst b/docs/serverless.rst index 01cef879d..216a0abee 100644 --- a/docs/serverless.rst +++ b/docs/serverless.rst @@ -19,7 +19,7 @@ Rally determines if it is benchmarking a Serverless cluster by looking at the `` .. note:: - Elasticsearch Serverless API is not publicly documented yet. Today, the ultimate documentation is Elasticsearch `source code `_. Please look for ``@ServerlessScope(Scope.PUBLIC)`` annotation to determine if a given REST action is available in Serverless. + The Elasticsearch Serverless API is not yet publicly documented. Today, the ultimate documentation is Elasticsearch `source code `_. Please look for the ``@ServerlessScope(Scope.PUBLIC)`` annotation to determine if a given REST action is available in Serverless. The automatic task skip can be overridden through :ref:`run-on-serverless` property::