From 4866b1ba4799022437277aa404be608285f88e59 Mon Sep 17 00:00:00 2001 From: SkylerA <89657777+SkylerMime@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:08:52 -0700 Subject: [PATCH] Fixed typo "prefined" to "predefined" --- components/doc/gridsystem/12columngriddoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/gridsystem/12columngriddoc.js b/components/doc/gridsystem/12columngriddoc.js index 47a15e8..18c3784 100644 --- a/components/doc/gridsystem/12columngriddoc.js +++ b/components/doc/gridsystem/12columngriddoc.js @@ -49,7 +49,7 @@ export function TwelweColumnGridDoc(props) { <>

- FlexGrid includes a 12 column based layout utility where width of a column is defined with the col-{number} style class. Columns with prefined widths can be used with columns with auto width (col) as well. + FlexGrid includes a 12 column based layout utility where width of a column is defined with the col-{number} style class. Columns with predefined widths can be used with columns with auto width (col) as well.

In the first example below, first column covers the 4 units out of 12 and the rest of the columns share the remaining space whereas in the second example, all three columns have explicit units.