Skip to content

Commit 374c8a1

Browse files
Docs: fix typo in Masonry example (#41486)
Co-authored-by: Julien Déramond <[email protected]>
1 parent a749136 commit 374c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/assets/examples/masonry/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
1818
&lt;script src=&quot;https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js&quot; integrity=&quot;sha384-GNFwBvfVxBkLMJpYMOABq3c+d3KnQxudP/mGPkzpZSTYykLBNsZEnG2D9G/X/+7D&quot; crossorigin=&quot;anonymous&quot; async&gt;&lt;/script&gt;
1919
</code></pre>
2020

21-
<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>
21+
<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>
2222

2323
<hr class="my-5">
2424

0 commit comments

Comments
 (0)