From a07c36a77564af2253869c089fb552dfbcc1c802 Mon Sep 17 00:00:00 2001 From: Carla Drago <cdrago@gitlab.com> Date: Fri, 7 Mar 2025 10:04:10 +1000 Subject: [PATCH] Fix small grammatical error --- doc/development/ee_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md index 4c60e60448f29..8258e0dbc759d 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: -- GitLab