diff --git a/source/docs/width.blade.md b/source/docs/width.blade.md index f8274bebf2cb..fd12b0e3b75b 100644 --- a/source/docs/width.blade.md +++ b/source/docs/width.blade.md @@ -163,7 +163,7 @@ features: By default Tailwind provides 15 fixed `width` utilities, 12 percentage-based utilities, an `auto` utility, and a utility for setting the width of an element to match the viewport width. You change, add, or remove these by editing the `width` section of your Tailwind config. -@component('_partials.customized-config', ['key' => 'maxWidth']) +@component('_partials.customized-config', ['key' => 'width']) 'auto': 'auto', 'px': '1px', + '2px': '2px',