Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWahyu Wiyoko <68732241+wahyuwiyoko@users.noreply.github.com>2022-01-21 14:21:02 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2022-01-21 15:25:35 +0300
commit0040e59bc4721f795751a70f7d6a82343ac720bb (patch)
treeef5743c1a0a1467d46ff411a0ceb86507fee0dc7
parentdc2ac72d4cdb41d519dd605a1c29a9816b122a00 (diff)
Fix typo 'javascript-implementation-example' anchor tag on modal documentation
-rw-r--r--docs/documentation/components/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation/components/modal.html b/docs/documentation/components/modal.html
index 5919ec51..c20408d1 100644
--- a/docs/documentation/components/modal.html
+++ b/docs/documentation/components/modal.html
@@ -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>