Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Elastic.Markdown/Slices/Directives/ApplicableTo.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down