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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaël Poupard <ffoodd@users.noreply.github.com>2021-10-21 16:33:29 +0300
committerGitHub <noreply@github.com>2021-10-21 16:33:29 +0300
commita0fd92ed2b9c926a724e185885119b6e45cee826 (patch)
treee423f88a243ce3628a1860990d7c3b60c0c88c84
parentb991a6b8510216ba25cff02e0cc6c338f9f76113 (diff)
Fix typo in RTL Hello World! sentence (#35236)
* docs(RTL): fix typo in Hello World! sentence * chore(docs): Cspell arabic words update
-rw-r--r--.cspell.json2
-rw-r--r--site/content/docs/5.1/examples/cheatsheet-rtl/index.html2
-rw-r--r--site/content/docs/5.1/getting-started/rtl.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/.cspell.json b/.cspell.json
index e3d599e19b..f985830ec6 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -112,7 +112,7 @@
"Woohoo",
"zindex",
"بالعالم",
- "مرحبا"
+ "مرحبًا"
],
"language": "en,en-US",
"ignorePaths": [
diff --git a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html b/site/content/docs/5.1/examples/cheatsheet-rtl/index.html
index 04afcbaf4b..0956f6ee4f 100644
--- a/site/content/docs/5.1/examples/cheatsheet-rtl/index.html
+++ b/site/content/docs/5.1/examples/cheatsheet-rtl/index.html
@@ -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 >}}
diff --git a/site/content/docs/5.1/getting-started/rtl.md b/site/content/docs/5.1/getting-started/rtl.md
index 549104c6f2..b1a0534cf6 100644
--- a/site/content/docs/5.1/getting-started/rtl.md
+++ b/site/content/docs/5.1/getting-started/rtl.md
@@ -46,10 +46,10 @@ You can see the above requirements reflected in this modified RTL starter templa
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{< param "cdn.css_rtl" >}}" integrity="{{< param "cdn.css_rtl_hash" >}}" crossorigin="anonymous">
- <title>مرحبا بالعالم!</title>
+ <title>مرحبًا بالعالم!</title>
</head>
<body>
- <h1>مرحبا بالعالم!</h1>
+ <h1>مرحبًا بالعالم!</h1>
<!-- Optional JavaScript; choose one of the two! -->