From 8d2d0c3c03d3192973c24dc57a88b03e2ad98fd8 Mon Sep 17 00:00:00 2001 From: Mohammad Hamzehei <74182139+morezam@users.noreply.github.com> Date: Tue, 11 Oct 2022 11:17:16 +0330 Subject: [PATCH] fix a typo in Code component's wrap prop (#5050) --- packages/astro/components/Code.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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