diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 61b2af89..5d1493fe 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -15,8 +15,8 @@ released versions. * `edit -scratch` with no buffer name will create a new scratch buffer with a unique autogenerated name. -* Introduced a module system using the `provides-module` and - `requires-module` commands that allows for lazily loading language +* Introduced a module system using the `provide-module` and + `require-module` commands that allows for lazily loading language support files with dependency resolution. * Added a new hook `ModuleLoad` which is run when a module is loaded,