Skip to content

Commit

Permalink
Typo Fixes
Browse files Browse the repository at this point in the history
Fix typos found via cSpell VS Code extension and CLI
  • Loading branch information
coliff committed Apr 24, 2024
1 parent 78aa2e5 commit 0247517
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/content/posts/2012/bootstrap-2-0-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We've also removed the bootstrap.zip file from the repository, so make runs much
- Removed excess padding on `.search-query` inputs in IE7 since it doesn't have border-radius.
- Updated alert messages in Components to use `button` elements as close icons instead of `a`. Both can be used, but an `a` will require `href="#"` for dismissal on iOS devices.
- Fixed an issue with prepended/appended inputs in Firefox where `select` elements required two clicks to toggle the dropdown. Resolved by moving the `position: relative` to the `select` by default instead of on `:focus`.
- Added a new mixin, `.backface-visibility`, to help refine CSS 3D tranforms. Examples and explanation of usage can be found on [CSS Tricks](https://css-tricks.com/almanac/properties/b/backface-visibility/).
- Added a new mixin, `.backface-visibility`, to help refine CSS 3D transforms. Examples and explanation of usage can be found on [CSS Tricks](https://css-tricks.com/almanac/properties/b/backface-visibility/).
- Changed specificity of grid classes in responsive layouts under 767px to accurately target `input`, `select`, and `textarea` elements that use `.span*` classes.
- Horizontal description lists, `.dl-horizontal`, now truncate terms that are too long to fit in their fixed-width column. In the < 767px responsive layout, they change to their default stacked layout.
- Changed tabbable tabs to prevent issues in left and right aligned tabs. `.tab-content` would not growing to its parent's full width due to `display: table`. We removed that and the `width: 100%` and instead just set `overflow: auto` to clear the left and right aligned tabs.
Expand All @@ -50,7 +50,7 @@ We've also removed the bootstrap.zip file from the repository, so make runs much
- Added new variable, `@inputBorderRadius`, to all form controls that previously made use of the static `3px` value everywhere.
- Changed the way we do `border-radius` for tables. Instead of the regular mixin that zeros out all other corners, we specify one corner only so they can be combined for use on single column table headers.
- Updated Glyphicons Halflings from 1.5 to 1.6, introducing 20 new icons.
- Added an `offset` paramater to the `.makeColumn`.
- Added an `offset` parameter to the `.makeColumn`.
- Increased the specificity of all tabbable nav selectors to include `.nav-collapse` to appropriately scope the responsive navbar behavior.
- Fixed uneditable inputs: text now cuts off and does not wrap, making it behave just like a default `input`.
- Labels and badges are now `vertical-align: baseline;` so they line up with surrounding text.
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2013/bootstrap-3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For those who haven't been following along too closely, here's a recap of all th
- **Super-powered grid system.** With four tiers of grid classes—phones, tablets, desktops, and large desktops—you can do some super crazy awesome layouts.
- **Rewritten JavaScript plugins.** All events are now namespaced, no-conflict stuff works way better, and more.
- **New Glyphicons icon font!** While they were gone for a while, we've since restored the Glyphicons to the main repo. In 2.x, they were images, but now they're in font format and include 40 new glyphs.
- **Overhauled navbar.** It's now always responsive and comes with some super handy and re-arrangable subcomponents.
- **Overhauled navbar.** It's now always responsive and comes with some super handy and re-arrangeable subcomponents.
- **Modals are way more responsive.** We've overhauled the modal code to make it way more responsive on mobile devices. They now scroll the entire viewport instead of having a max-height.
- **Added some components!** New to the mix are panels and list groups.
- **Removed some components!** We've dropped the accordion (replaced with collapsible panels), submenus, typeahead, and a few more small items. (Worth celebrating as much as adding new ones.)
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2015/bootstrap-4-alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Bootstrap 4 has been a massive undertaking that touches nearly every line of cod

There are a ton of major changes to Bootstrap and it's impossible to cover them all in detail here, so here are some of our favorite highlights:

- **Moved from Less to Sass.** Bootstrap now compiles faster than ever thanks to Libsass, and we join an increasingly large community of Sass developers.
- **Moved from Less to Sass.** Bootstrap now compiles faster than ever thanks to LibSass, and we join an increasingly large community of Sass developers.
- **Improved grid system.** We've added a new grid tier to better target mobile devices and completely overhauled our semantic mixins.
- **Opt-in flexbox support is here.** The future is now—switch a boolean variable and recompile your CSS to take advantage of a flexbox-based grid system and components.
- **Dropped wells, thumbnails, and panels for cards.** Cards are a brand new component to Bootstrap, but they'll feel super familiar as they do nearly everything wells, thumbnails, and panels did, only better.
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2017/bootstrap-4-beta-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As mentioned in [our Beta 2 release]({{< relref "/posts/2017/bootstrap-4-beta-2"

- **Input groups were rewritten** with specific `.input-group-{prepend|append}` classes. The new approach allows us to support validation styles and messages within input groups, while also adding support for custom selects, custom file inputs, and multiple `.form-control`s.

- **Responsive tables are once again parent classes** to avoid accessiblity issues with changing a `<table>`'s `display`.
- **Responsive tables are once again parent classes** to avoid accessibility issues with changing a `<table>`'s `display`.

- **Deleted the `.col-form-legend` class**, consolidating it's styles into the `.col-form-label` class.

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2017/bootstrap-4-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Long story short, shipping a beta means we're done breaking all your stuff until

For those who haven't been using the v4 alpha releases, here are some highlights to get you caught up.

- **Moved from Less to Sass.** Bootstrap now compiles faster than ever thanks to Libsass, and we join an increasingly large community of Sass developers.
- **Moved from Less to Sass.** Bootstrap now compiles faster than ever thanks to LibSass, and we join an increasingly large community of Sass developers.
- **Flexbox and an improved grid system.** We've moved nearly everything to flexbox, added a new grid tier to better target mobile devices, and completely overhauled our source Sass with better variables, mixins, and now maps, too.
- **Dropped wells, thumbnails, and panels for cards.** [Cards]({{< param "main" >}}/docs/4.0/components/card/) are a brand new component to Bootstrap, but they'll feel super familiar as they do nearly everything wells, thumbnails, and panels did, only better.
- **Forked Normalize.css and consolidated all our HTML resets into a new CSS module, Reboot.** Normalize.css has taken a different path than we'd prefer, dropping some core CSS tweaks we've long depended upon. Reboot takes the core of Normalize.css and expands it to include more opinionated resets like `box-sizing: border-box`, margin tweaks, and more all in a single Sass file.
Expand Down
4 changes: 2 additions & 2 deletions src/content/posts/2021/bootstrap-4.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Also available in the [v4.6.0 release on GitHub](https://github.com/twbs/bootstr

- Tooltips and popovers can have custom classes via `customClass` option.
- Added new `.navbar-nav-scroll` class for scrolling expanded navbar contents on mobile devices.
- For improved accessibiliy, spinners now slow down when `prefers-reduced-motion` is enabled.
- For improved accessibility, spinners now slow down when `prefers-reduced-motion` is enabled.
- v4.x docs are now built on Hugo for easier maintenance and backports from v5.x.
- Darkened `background-color` of `.dropdown-item` for improved hover state contrast, and ligthened the disabled `.dropdown-item` `color`.
- Darkened `background-color` of `.dropdown-item` for improved hover state contrast, and lightened the disabled `.dropdown-item` `color`.
- Improved alignment of form validation tooltips.
- File inputs no longer extend beyond their containers.

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2021/bootstrap-5-beta-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Next up is our final beta, which we may even promote to a stable release dependi

[![Dropdown docs screenshot](/assets/img/2021/02/bootstrap-v5b2-dropdowns.png)](https://getbootstrap.com/docs/5.0/components/dropdowns/)

Dropdowns saw a lot of work in Beta 2 because of how much has changed in both our JavaScript and in Popper.js (which we depend on for most dropdown, popover, and toolip positioning). We've modified our dropdown plugin to add a new data attribute to help separate our own positioning styles with that of Popper's. The issues we saw—like a `.dropstart` menu overlapping a button or an incorrect responsive `.dropdown-menu-end` class—were largely the result of competing positioning.
Dropdowns saw a lot of work in Beta 2 because of how much has changed in both our JavaScript and in Popper.js (which we depend on for most dropdown, popover, and tooltip positioning). We've modified our dropdown plugin to add a new data attribute to help separate our own positioning styles with that of Popper's. The issues we saw—like a `.dropstart` menu overlapping a button or an incorrect responsive `.dropdown-menu-end` class—were largely the result of competing positioning.

Now when dropdown menus have `data-bs-display="static"`, we'll add `data-bs-popper="static"` via JavaScript to their associated `.dropdown-menu`. When dropdowns are in our navbars, their menus will have `data-bs-popper="none"` added. This separates two different positioning libraries, ours and Poppers, and ensures all behaviors are supported. You can see [all the options in a new example in our docs](https://getbootstrap.com/docs/5.0/components/dropdowns/#alignment-options). We updated our CSS selectors to use these new data attributes, too.

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2021/bootstrap-icons-1-3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Since we added icon fonts in v1.2.0, it's been possible to use a CDN to deliver

Want to see it in action? We've put together a helpful [CodePen demo for using Bootstrap Icons fonts via CDN](https://codepen.io/emdeoh/pen/NWRzbKM).

_**ProTip:** Most browsers do not allow SVG sprites to be used across domains, which is why having icon fonts (when SVGs are the preferrable and more accessible method of delivering icons) are so useful. Whenever possible, please use SVGs over icon fonts._
_**ProTip:** Most browsers do not allow SVG sprites to be used across domains, which is why having icon fonts (when SVGs are the preferable and more accessible method of delivering icons) are so useful. Whenever possible, please use SVGs over icon fonts._

## Install

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2022/using-bootstrap-css-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It's also worth mentioning two larger efforts that are still to come around CSS
1. Adding CSS variables to all our forms
2. Adding more nuanced global theme variables and support for color modes like [dark mode](https://github.com/twbs/bootstrap/pull/35857).

These are likely coming in v5.3.0 (our next minor release after v5.2.0 stablizes), so in the mean time, check out the GitHub repo to see how things are shaping up.
These are likely coming in v5.3.0 (our next minor release after v5.2.0 stabilizes), so in the mean time, check out the GitHub repo to see how things are shaping up.

## Root variables

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/2023/bootstrap-5-3-0-alpha2.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ And, in the meantime, here's the rundown on what's changed since our first alpha

### Docs

- Updated docs page table of contents to use Scrollpy (shoutout to our v3 docs!).
- Updated docs page table of contents to use Scrollspy (shoutout to our v3 docs!).
- Revamped syntax highlighting colors for code snippets across color modes.
- Improved content and rendering of several docs callouts.
- Document more color mode features and usage suggestions.
Expand Down

0 comments on commit 0247517

Please sign in to comment.