diff --git a/edn.html.markdown b/edn.html.markdown
index 655c20f1..0a0dc9b5 100644
--- a/edn.html.markdown
+++ b/edn.html.markdown
@@ -16,7 +16,7 @@ will see how it is extended later on.
```Clojure
; Comments start with a semicolon.
-; Anythng after the semicolon is ignored.
+; Anything after the semicolon is ignored.
;;;;;;;;;;;;;;;;;;;
;;; Basic Types ;;;