Skip to content

Commit

Permalink
more title case examples
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-leborgne committed Oct 27, 2023
1 parent 1e1e6c5 commit 4ee60e2
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src-docs/src/views/guidelines/writing_guidelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,21 @@ export const WritingGuidelines = () => {
>
<GuideRuleExample
type="do"
text="Product and solution names are always capitalized."
text="Product and solution names are always capitalized. Same goes for feature tiers and subscription levels."
minHeight={200}
>
<EuiTitle size="xs">
<span>Elastic APM</span>
</EuiTitle>
<EuiText size="xs">
<span>
<ul>
<li>Welcome to Elastic Observability</li>
<li>Elastic APM</li>
<li>You have chosen Security Essentials.</li>
<li>
This feature is available for Gold subscriptions and higher.
</li>
</ul>
</span>
</EuiText>
</GuideRuleExample>
<GuideRuleExample
type="do"
Expand Down

0 comments on commit 4ee60e2

Please sign in to comment.