Skip to content

Commit 87d5e98

Browse files
committed
ok
1 parent 55a69b7 commit 87d5e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
if (appliesTo.Deployment.Self is not null)
2929
{
30-
@RenderProduct("Self Managed", "stack", appliesTo.Deployment.Self)
30+
@RenderProduct("Self-Managed", "stack", appliesTo.Deployment.Self)
3131
}
3232
}
3333
@if (appliesTo.Serverless is not null)

0 commit comments

Comments
 (0)