mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix typo 'javascript-implementation-example' anchor tag on modal documentation
This commit is contained in:
committed by
Jeremy Thomas
parent
dc2ac72d4c
commit
0040e59bc4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user