From 1388ce7fc0ccbe4fd18a29e1f2d082c0f36e4fd9 Mon Sep 17 00:00:00 2001 From: Karl Wills Date: Wed, 29 Oct 2025 07:08:31 +0000 Subject: [PATCH] Fix typo in layout-tokens.mdx documentation --- polaris.shopify.com/content/design/layout/layout-tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris.shopify.com/content/design/layout/layout-tokens.mdx b/polaris.shopify.com/content/design/layout/layout-tokens.mdx index bc7b8d46422..5847f6fe201 100644 --- a/polaris.shopify.com/content/design/layout/layout-tokens.mdx +++ b/polaris.shopify.com/content/design/layout/layout-tokens.mdx @@ -94,7 +94,7 @@ description: Apply consistent and harmonious space within and between ui element ### Polaris React - Space tokens can be applied in two main ways in Polaris Reach. First, all of the layout components such as Box have access to the tokens via their prop api. Second, when writing your own css you can use the token directly via the css variables that come with the Polaris token package. + Space tokens can be applied in two main ways in Polaris React. First, all of the layout components such as Box have access to the tokens via their prop api. Second, when writing your own css you can use the token directly via the css variables that come with the Polaris token package.