]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert typo
authorJulien Déramond <juderamond@gmail.com>
Thu, 26 Jun 2025 16:28:31 +0000 (18:28 +0200)
committerJulien Déramond <juderamond@gmail.com>
Thu, 26 Jun 2025 16:28:31 +0000 (18:28 +0200)
site/src/content/docs/utilities/aspect-ratio.mdx

index c201174400d26ff688b428290a2c5d66e78c6c5b..355850179a1ac31a2a0f808414381abdfbe90362 100644 (file)
@@ -7,7 +7,7 @@ toc: true
 Use the ratio utility to manage the aspect ratios of content like `<iframe>`s, `<embed>`s, `<video>`s, and `<object>`s. These helpers also can be used on any standard HTML child element (e.g., a `<div>` or `<img>`). Customize the available aspect ratios with the Sass variable or the utility API.
 
 <Callout>
-**Pro-Tip!** You don't need `frameborder="0"` on your `<iframe>`s as we override that for you in [Reboot]([[docsref:/content/reboot]]).
+**Pro-Tip!** You dont need `frameborder="0"` on your `<iframe>`s as we override that for you in [Reboot]([[docsref:/content/reboot]]).
 </Callout>
 
 ## Example