]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix typo in Masonry example (#41486)
authorMaxime Lardenois <maxime.lardenois@orange.com>
Fri, 23 May 2025 09:14:11 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Fri, 23 May 2025 09:14:11 +0000 (11:14 +0200)
Co-authored-by: Julien Déramond <juderamond@gmail.com>
site/src/assets/examples/masonry/index.astro

index 58aea3f14f7603393d81a34fa2507de2a33d1b47..b31254920707ac17a38d741b02df3d815142da87 100644 (file)
@@ -18,7 +18,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
 &lt;script src=&quot;https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry.pkgd.min.js&quot; integrity=&quot;sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D&quot; crossorigin=&quot;anonymous&quot; async&gt;&lt;/script&gt;
   </code></pre>
 
-  <p>By adding <code>data-masonry='&rcub;"percentPosition": true &rcub;'</code> to the <code>.row</code> wrapper, we can combine the powers of Bootstrap's responsive grid and Masonry's positioning.</p>
+  <p>By adding <code>data-masonry='&lcub;"percentPosition": true &rcub;'</code> to the <code>.row</code> wrapper, we can combine the powers of Bootstrap's responsive grid and Masonry's positioning.</p>
 
   <hr class="my-5">