Skip to content

Commit

Permalink
docs(icon): prevent markdown shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Nov 3, 2024
1 parent ece12c1 commit d2950e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions elements/rh-icon/rh-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ export class IconResolveErrorEvent extends ErrorEvent {

/**
* Icons represents general concepts and can support text as a decorative
* element. The icon element, `<rh-icon>`, is a container that allows users to
* add icons of varying dimensions in the same area without shifting surrounding
* content.
* element. The icon element is a container that allows users to add icons of
* varying dimensions in the same area without shifting surrounding content.
* @summary Decorative element which supports related content
* @slot - Slotted content is used as a fallback in case the icon doesn't load
* @fires load - Fired when an icon is loaded and rendered
Expand Down

0 comments on commit d2950e3

Please sign in to comment.