diff --git a/gdscript.html.markdown b/gdscript.html.markdown
index ffc08b14..a65d23be 100644
--- a/gdscript.html.markdown
+++ b/gdscript.html.markdown
@@ -26,7 +26,7 @@ integration with the engine. It's a perfect fit for game development.
strings
"""
-# Doc Comments can add a decription to classes and fields
+# Doc Comments can add a description to classes and fields
# which can be viewed in the in-engine docs.
## This class is a demonstration of GDScript