diff options
author | Linus Groh <mail@linusgroh.de> | 2021-01-22 17:42:36 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-22 18:41:29 +0100 |
commit | 421587c15ccdef4764f45a281ffe1d01bd027ed6 (patch) | |
tree | d4dfcf9c99f0c16be5d87d410f39542cf49d7415 /Base/res | |
parent | 7ad31651bd6a00d7b20d429b88bcfd8d707a6c3e (diff) | |
download | serenity-421587c15ccdef4764f45a281ffe1d01bd027ed6.zip |
Everywhere: Fix typos
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/html/misc/contenteditable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/html/misc/contenteditable.html b/Base/res/html/misc/contenteditable.html index 6bc6239f37..42956ea871 100644 --- a/Base/res/html/misc/contenteditable.html +++ b/Base/res/html/misc/contenteditable.html @@ -3,6 +3,6 @@ <h1>Everything on this page should be editable.</h1> <p>Here is a paragraph to play with.</p> - <p>Another paragraph with a <b>bold</b> element embeded in it.</p> + <p>Another paragraph with a <b>bold</b> element embedded in it.</p> </body> </html> |