diff --git a/src/components/layout/README.md b/src/components/layout/README.md index 9e72600e513..7b8bd28b88b 100644 --- a/src/components/layout/README.md +++ b/src/components/layout/README.md @@ -114,8 +114,7 @@ Setting the `fluid` prop to true (or an empty string) is equivalent to the Boots Responsive containers are new in Bootstrap v4.4. They allow you to specify a container that is 100% wide (fluid) until particular breakpoint is reached at which point a `max-width` is applied. For example, setting prop `fluid` to `'md'` will render a container that is 100% wide to start until the -`'md'` breakpoint is reached, at which point it will remain at that breakpoint's container -`max-width` until the next breakpoint is reached. +`'md'` breakpoint is reached, at which point it will become a standard non-fluid container. ```html