From 33ca7c138c6acd8cea4d834d6f174fe65b2cabe3 Mon Sep 17 00:00:00 2001 From: Berkin Aker <56976149+BerkinAker@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:12:21 +0300 Subject: [PATCH] docs(forms-layout): fix simple typo (#6668) --- www/docs/forms/layout.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/forms/layout.mdx b/www/docs/forms/layout.mdx index acb6f1085a..49f25ece4d 100644 --- a/www/docs/forms/layout.mdx +++ b/www/docs/forms/layout.mdx @@ -99,7 +99,7 @@ like ``. The example below uses a flexbox utility to vertically center the contents and changes `` to `` so that your columns only take up as much -space as needed. Put another way, the column sizes itself based on on the contents. +space as needed. Put another way, the column sizes itself based on the contents. {GridAutoSizing}