diff --git a/translations/default.html b/translations/default.html index 100e45d..b4b5439 100644 --- a/translations/default.html +++ b/translations/default.html @@ -244,7 +244,7 @@ export default data

RTL support

Thanks to @yaniv1983 who provided these RTL tweaks for hebrew language in #301.

-

To enable RTL support, simply add tihs to your configuration.php 'add_to_head' section:

+

To enable RTL support, simply add this to your configuration.php 'add_to_head' section:

<style>
 body {
     direction: rtl;