2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Fix typo in RTL Hello World! sentence (#35236)

* docs(RTL): fix typo in Hello World! sentence

* chore(docs): Cspell arabic words update
This commit is contained in:
Gaël Poupard
2021-10-21 15:33:29 +02:00
committed by GitHub
parent b991a6b851
commit a0fd92ed2b
3 changed files with 4 additions and 4 deletions
@@ -1497,7 +1497,7 @@ direction: rtl
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="قريب"></button>
</div>
<div class="toast-body">
مرحبا بالعالم! هذه رسالة إشعار.
مرحبًا بالعالم! هذه رسالة إشعار.
</div>
</div>
{{< /example >}}