diff options
| author | Brian Thompson <[email protected]> | 2021-01-09 15:06:41 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-09 13:06:41 -0800 |
| commit | ee8546da18c7c62ad1db135b03394483aa0d82bf (patch) | |
| tree | 5aaf0e2fd961ca3202485667e78c7885730b833f | |
| parent | 3b773e426575504c7c58b48e3561821b8b3f68e5 (diff) | |
| download | bootstrap-ee8546da18c7c62ad1db135b03394483aa0d82bf.tar.xz bootstrap-ee8546da18c7c62ad1db135b03394483aa0d82bf.zip | |
Fix typo (#32740)
* Fix typo
* Rewrite description to avoid awkward phrasing
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/layout/breakpoints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/breakpoints.md b/site/content/docs/5.0/layout/breakpoints.md index 5c701e403..ce1df6bb7 100644 --- a/site/content/docs/5.0/layout/breakpoints.md +++ b/site/content/docs/5.0/layout/breakpoints.md @@ -1,7 +1,7 @@ --- layout: docs title: Breakpoints -description: Breakpoints are the triggers in Bootstrap for how your layout responsive changes across device or viewport sizes. +description: Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes in Bootstrap. group: layout aliases: "/docs/5.0/layout/" toc: true |
