From 23b06d78331d64fa0091831394981d4ab952c488 Mon Sep 17 00:00:00 2001 From: abseth-amzn <109062147+abseth-amzn@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:39:51 +0530 Subject: [PATCH] Update _install-and-configure/plugins.md Co-authored-by: Nathan Bower Signed-off-by: abseth-amzn <109062147+abseth-amzn@users.noreply.github.com> --- _install-and-configure/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_install-and-configure/plugins.md b/_install-and-configure/plugins.md index a6f800152b..3b62f8fb99 100644 --- a/_install-and-configure/plugins.md +++ b/_install-and-configure/plugins.md @@ -262,7 +262,7 @@ Alternatively, a plugin can specify a range of compatible OpenSearch versions by - `dependencies={ opensearch: "~2.3.0" }`: The plugin is compatible with all versions starting from 2.3.0 up to the next minor version, in this example, 2.4.0 (exclusive). - `dependencies={ opensearch: "^2.3.0" }`: The plugin is compatible with all versions starting from 2.3.0 up to the next major version, in this example, 3.0.0 (exclusive). -You can only specify one of `opensearch.version` or `dependencies` properties. +You can specify only one of the `opensearch.version` or `dependencies` properties. {: .note} ### Bundled plugins