Skip to content

Commit

Permalink
fix a typo in Code component's wrap prop (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
morezam committed Oct 11, 2022
1 parent 0f2a88b commit 8d2d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/components/Code.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface Props {
/**
* Enable word wrapping.
* - true: enabled.
* - false: enabled.
* - false: disabled.
* - null: All overflow styling removed. Code will overflow the element by default.
*
* @default false
Expand Down

0 comments on commit 8d2d0c3

Please sign in to comment.