From bd03986c03f3ee968c33780332ccfd7ff981b8ce Mon Sep 17 00:00:00 2001 From: iatek Date: Mon, 19 Apr 2021 08:07:58 -0400 Subject: [PATCH] Fixes #33686 typo in RTL docs --- site/content/docs/5.0/getting-started/rtl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/getting-started/rtl.md b/site/content/docs/5.0/getting-started/rtl.md index 4ade8359c393..3e1f7a20761c 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 */