Skip to content

Commit

Permalink
docs(badge): minor adjustments to grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
monicawheeler committed Nov 25, 2024
1 parent 8e693f7 commit 16dc110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/views/examples/components/badge/_preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= sage_component SageDivider, {} %>

<h3>Dot</h3>
<p>Illustrates a badge with an indicator dot.</p>
<p>Demostrates a badge with an indicator dot.</p>

<%= sage_component SageLabelGroup, { gap: :md, spacer: { bottom: :sm }} do %>
<%= sage_component SageBadge, { color: "draft", value: "Neutral" } do %>
Expand Down Expand Up @@ -53,7 +53,7 @@
<%= sage_component SageDivider, {} %>

<h3>Interactive Badge</h3>
<p>Shows how to create an interactive badge with dropdown functionality.</p>
<p>Demonstrates an interactive badge with dropdown functionality.</p>

<%= sage_component SageLabelGroup, { gap: :md, spacer: { bottom: :sm }} do %>
<%= sage_component SageBadge, { color: "draft", value: "Neutral", interactive_type: :dropdown } %>
Expand Down

0 comments on commit 16dc110

Please sign in to comment.