diff --git a/docs/contributing/editing_callmaps.md b/docs/contributing/editing_callmaps.md index d33bb532051..e2699bf6f49 100644 --- a/docs/contributing/editing_callmaps.md +++ b/docs/contributing/editing_callmaps.md @@ -27,7 +27,7 @@ optional parameter is postfixed with `=`. Delta files (named `CallMap__delta.php`) list the changed that happened in the corresponding PHP version. There are -three section with self-explanatory names: `aded` (for functions/methods that +three section with self-explanatory names: `added` (for functions/methods that were added in that PHP version), `removed` (for those that were removed) and `changed`.