diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md
index 4c60e60448f29931c869577f496411b82da2ef59..8258e0dbc759d4fa2786869a08b855fbf67acab1 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -430,7 +430,7 @@ end
 
 To override a method present in the CE codebase, use `prepend`. It
 lets you override a method in a class with a method from a module, while
-still having access the class's implementation with `super`.
+still having access to the class's implementation with `super`.
 
 There are a few gotchas with it: