diff options
| author | Bnyro <bnyro@tutanota.com> | 2024-10-09 11:59:31 +0200 |
|---|---|---|
| committer | Bnyro <bnyro@tutanota.com> | 2024-11-24 12:41:57 +0100 |
| commit | f31a3a2053b07b834c5143bd6be4eaf05c1a014d (patch) | |
| tree | 9f74011af2301a313b6780e711324efd88435b70 /searx/static/themes/simple/src/less/embedded.less | |
| parent | 0253c10b522fe2e8206db78e37066771ce90cf92 (diff) | |
[chore] *: fix typos detected by typos-cli
Diffstat (limited to 'searx/static/themes/simple/src/less/embedded.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/embedded.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/embedded.less b/searx/static/themes/simple/src/less/embedded.less index 2e9216ad2..bd7b89ea6 100644 --- a/searx/static/themes/simple/src/less/embedded.less +++ b/searx/static/themes/simple/src/less/embedded.less @@ -13,8 +13,8 @@ iframe[src^="https://www.mixcloud.com"] { // issue with an image URL that is blocked since it is an a Cross-Origin // request. The alternative text (<img alt='Mixcloud Logo'> then cause an // scrollbar in the inner of the iframe we can't avoid. Another quirk comes - // when pressing the play button, somtimes the shown player has an height of - // 200px, somtimes 250px. + // when pressing the play button, sometimes the shown player has an height of + // 200px, sometimes 250px. height: 250px; } |