Skip to content

Commit

Permalink
docs: Fix stencil docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Jul 29, 2024
1 parent 2cc68c6 commit 08e198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/styling/stories/Basics.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const buttonStencil = createStencil({
vars: {
width: '10px',
},
base({width}): {
base({width}) {
return {
width: width
}
Expand Down

0 comments on commit 08e198a

Please sign in to comment.