Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 2, 2024
1 parent 4a0138e commit 7d087d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cms/static/cms/sass/cms.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ div.cms {
@import "components/pagetree/node-state";
}

// Can be removed once suffucently many users have browsers the supprt `:dir()`
// Can be removed once suffucently many users have browsers the support `:dir()`
div.cms[dir=rtl] {
@import "libs/rtl_patch";
}
2 changes: 1 addition & 1 deletion cms/static/cms/sass/libs/_rtl_patch.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* This patch file contains all :dir(rtl) selectors for browsers that do not support it yet */
/* Once, sufficiantly many users have browsers that support `:dir()`, this file can be removed */
/* Once, sufficiently many users have browsers that support `:dir()`, this file can be removed */

/* component: toolbar */

Expand Down

0 comments on commit 7d087d8

Please sign in to comment.