diff --git a/mesh_f2.py b/mesh_f2.py
index 3c837885d23b3c09044a46cec3e20d1d01bf9477..1f1366192483bca58f9533cc65f254cbb0f1d5eb 100644
--- a/mesh_f2.py
+++ b/mesh_f2.py
@@ -493,7 +493,7 @@ class F2AddonPreferences(bpy.types.AddonPreferences):
         default=True)
     extendvert : bpy.props.BoolProperty(
         name="Enable Extend Vert",
-        description="Anables a way to build tris and quads by adding verts",
+        description="Enables a way to build tris and quads by adding verts",
         default=False)
     quad_from_e_mat : bpy.props.BoolProperty(
         name="Quad From Edge",