diff --git a/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml b/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml index 6b418e676..735a0f12f 100644 --- a/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml +++ b/src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml @@ -33,9 +33,9 @@ } else { - if (Model.Serverless.Security is not null) + if (Model.Serverless.Elasticsearch is not null) { - @RenderProduct("Serverless Security", Model.Serverless.Security) + @RenderProduct("Serverless Elasticsearch", Model.Serverless.Elasticsearch) } if (Model.Serverless.Observability is not null) {