diff --git a/website/app/[locale]/(root)/docs/spacing-and-sizing/content.mdx b/website/app/[locale]/(root)/docs/spacing-and-sizing/content.mdx index 4210c9b93..7b5873de5 100644 --- a/website/app/[locale]/(root)/docs/spacing-and-sizing/content.mdx +++ b/website/app/[locale]/(root)/docs/spacing-and-sizing/content.mdx @@ -3,8 +3,8 @@ The spacing and sizing system is constructed using a [base unit](/docs/configura ```html
` export const code2 = `
` -export const code3 = `
` +export const code3 = `
`
Syntax: property:value|value|value…
@@ -19,7 +19,7 @@ Inherit native CSS shorthands to reduce the frequency of duplication of style na
{code3}
-You can't use CSS whitespace in class attributes because it's used to separate different class names, use instead:
+You can't use CSS whitespace in class attributes because it's used to separate different class names; use instead:
(o) Use `|` delimiters instead of whitespaces between CSS parameter values.
```html