diff options
| author | Bruno Baguette <[email protected]> | 2020-06-17 18:37:12 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-17 10:44:31 -0700 |
| commit | d2aefa7d94d62fd637163d96d3054af2a35b3383 (patch) | |
| tree | 7103b7e7f0542922ff6be4f142bc203369a4b9c9 | |
| parent | 59943ab868aedc23d1ea90bc2cd142e0589ea58d (diff) | |
| download | bootstrap-d2aefa7d94d62fd637163d96d3054af2a35b3383.tar.xz bootstrap-d2aefa7d94d62fd637163d96d3054af2a35b3383.zip | |
Typo fix : ocassions ⮞ occasions
| -rw-r--r-- | site/content/docs/5.0/layout/columns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/columns.md b/site/content/docs/5.0/layout/columns.md index b7c6c9cae..b9f54f2e1 100644 --- a/site/content/docs/5.0/layout/columns.md +++ b/site/content/docs/5.0/layout/columns.md @@ -14,7 +14,7 @@ toc: true - **Columns build on the grid's flexbox architecture.** Flexbox means we have options for changing individual columns and [modifying groups of columns at the row level]({{< docsref "/layout/grid#row-columns" >}}). You choose how columns grow, shrink, or otherwise change. -- **When building grid layouts, all content goes in columns.** The hierarchy of Bootstrap's grid goes from [container]({{< docsref "/layout/containers" >}}) to row to column to your content. On rare ocassions, you may combine content and column, but be aware there can be unintended consequences. +- **When building grid layouts, all content goes in columns.** The hierarchy of Bootstrap's grid goes from [container]({{< docsref "/layout/containers" >}}) to row to column to your content. On rare occasions, you may combine content and column, but be aware there can be unintended consequences. - **Bootstrap includes predefined classes for creating fast, responsive layouts.** With [six breakpoints]({{< docsref "/layout/breakpoints" >}}) and a dozen columns at each grid tier, we have dozens of classes already built for you to create your desired layouts. This can be disabled via Sass if you wish. |
