]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix typo 'javascript-implementation-example' anchor tag on modal documentation
authorWahyu Wiyoko <68732241+wahyuwiyoko@users.noreply.github.com>
Fri, 21 Jan 2022 11:21:02 +0000 (19:21 +0800)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 21 Jan 2022 12:25:35 +0000 (12:25 +0000)
docs/documentation/components/modal.html

index 5919ec51d8362e19d270b9fb2610518cbeac2e94..c20408d142489ae874e87c69d6fc17d609c93186 100644 (file)
@@ -169,7 +169,7 @@ document.addEventListener('DOMContentLoaded', () => {
     JavaScript implementation example
   </div>
   <div class="message-body">
-    Bulma does not include any JavaScript. However, this documentation provides a <a href="#javascript-implementation-pexample">JS implementation example</a> that you are free to use.
+    Bulma does not include any JavaScript. However, this documentation provides a <a href="#javascript-implementation-example">JS implementation example</a> that you are free to use.
   </div>
 </div>