]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
fix "at the following" typo master v0.9.4
authorpresbrey <presbrey@users.noreply.github.com>
Wed, 6 Mar 2024 08:07:30 +0000 (03:07 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 6 Mar 2024 08:44:48 +0000 (09:44 +0100)
should be "add the following"

docs/documentation/components/modal.html

index c40d3ee32f0a9f7a864bbe663410c848b203dc3b..9026e5534812f3d7f4d1afdc53c30f2db18cb855 100644 (file)
@@ -222,7 +222,7 @@ document.addEventListener('DOMContentLoaded', () => {
   <h4>1. Add the HTML for the modal</h4>
 
   <p>
-    At the end of your page, before the closing <code>&lt;/body&gt;</code> tag, at the following HTML snippet:
+    At the end of your page, before the closing <code>&lt;/body&gt;</code> tag, add the following HTML snippet:
   </p>
 </div>