Skip to content

Commit 51136a3

Browse files
authored
Fix typos (#3)
1 parent 32bb96e commit 51136a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
php-version:
21-
- "8.5"
21+
- "5.5"
2222
- "8.5"
2323
steps:
2424
-

controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getPackageName()
4141
*/
4242
public function getPackageDescription()
4343
{
44-
return t('Adds a Dark Mode Toggler für Ckeditor.');
44+
return t('Adds a Dark Mode Toggle to CKEditor');
4545
}
4646

4747
/**

0 commit comments

Comments
 (0)