diff --git a/packages/astro/components/Code.astro b/packages/astro/components/Code.astro index 8a4d50c7f3d0..6728e13f1267 100644 --- a/packages/astro/components/Code.astro +++ b/packages/astro/components/Code.astro @@ -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