]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
docs: update modal.html 3862/head
authorIkko Eltociear Ashimine <eltociear@gmail.com>
Fri, 26 Jul 2024 17:14:35 +0000 (02:14 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 17:14:35 +0000 (02:14 +0900)
seperate -> separate

docs/documentation/components/modal.html

index fcbc565eb19b2168f29fe8f7e8db70203a498bda..fa6b2caa04bbb81e9525ba1999fb1696ff90c061 100644 (file)
@@ -282,7 +282,7 @@ document.addEventListener('DOMContentLoaded', () => {
 <div class="content">
   <h4>3. Add the JS for the trigger</h4>
 
-  <p>In a <code>script</code> element (or in a seperate <code>.js</code> file), add the following JS code:</p>
+  <p>In a <code>script</code> element (or in a separate <code>.js</code> file), add the following JS code:</p>
 </div>
 
 {% highlight javascript -%}