From 06826d922a21a054236d3d7b02ae7e1345b835b2 Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 31 Jan 2024 10:21:50 +0100 Subject: [PATCH] typo, remove --- src/_data/designTokens/sizes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_data/designTokens/sizes.json b/src/_data/designTokens/sizes.json index 25983e8..1d42a42 100644 --- a/src/_data/designTokens/sizes.json +++ b/src/_data/designTokens/sizes.json @@ -1,6 +1,6 @@ { "title": "Text Sizes", - "description": "A minimum and maximum text size size allows you to pick the right size from a ratio, depending on the context size. The min and max sizes are in pixels and should be converted to appropiate sizes, per context. For example, for web, the should be converted to REM units (pixelSize / baseSize)", + "description": "A minimum and maximum text size size allows you to pick the right size from a ratio, depending on the context size. The min and max sizes are in pixels and should be converted to appropiate sizes, per context. ", "meta": { "scaleGenerator": "https://utopia.fyi/type/calculator?c=320,19,1.2,1350,28,1.25,6,2,&s=0.75|0.5|0.25,2|3|5|8|13,s-l&g=s,l,xl,12" },