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:
authoriatek <carol@iatek.com>2021-04-19 15:07:58 +0300
committerMark Otto <otto@github.com>2021-04-19 19:05:33 +0300
commitbb7a5602a0bcb785648bc002a6598f547f7fc6ee (patch)
tree7be9d85981cbfea032c0838ced15e74cfd9b6c6b /site/content/docs/5.0
parentd67121db28595d3c73da3128615142b2496f2af6 (diff)
Fixes #33686 typo in RTL docs
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/getting-started/rtl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/rtl.md b/site/content/docs/5.0/getting-started/rtl.md
index 4ade8359c3..3e1f7a2076 100644
--- a/site/content/docs/5.0/getting-started/rtl.md
+++ b/site/content/docs/5.0/getting-started/rtl.md
@@ -93,7 +93,7 @@ Using [RTLCSS value directives](https://rtlcss.com/learn/usage-guide/value-direc
$font-weight-bold: 700 #{/* rtl:600 */} !default;
```
-Which would ouput to the following for our default CSS and RTL CSS:
+Which would output to the following for our default CSS and RTL CSS:
```css
/* bootstrap.css */