From 33f2e933e2c660947fd273e0b29abf80cc71f96a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:01 -0400 Subject: [PATCH] spelling: possibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/Text/BBCode.php | 2 +- view/theme/frio/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index a38d2de78..d6650f6aa 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -1373,7 +1373,7 @@ class BBCode }); } - // leave open the posibility of [map=something] + // leave open the possibility of [map=something] // this is replaced in Item::prepareBody() which has knowledge of the item location if (strpos($text, '[/map]') !== false) { $text = preg_replace_callback( diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 929328e08..40090e875 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2183,7 +2183,7 @@ wall-item-comment-wrapper.well hr { nav .acpopup { margin-left: -23px; } -/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns +/** @todo: we schould consider the possibility to overwrite bootstrap dropdowns at the beginning of this file to get rid of the !important */ .textcomplete-item > a { color: $font_color_darker !important;