Skip to content

Commit

Permalink
Update packages/component-library/src/components/plmg-separator/plmg-…
Browse files Browse the repository at this point in the history
…separator.tsx

Co-authored-by: Tanguy <[email protected]>
  • Loading branch information
jamesducky and TanguyDucky authored May 16, 2022
1 parent 6901aa9 commit c5209ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class Separator {
}

render() {
const seperatorClasses = {
const separatorClasses = {
'plmg-separator': true,
[this.thickness]: true,
[this.direction]: true,
Expand Down

0 comments on commit c5209ad

Please sign in to comment.