diff --git a/user_guide_src/source/changelogs/v4.0.4.rst b/user_guide_src/source/changelogs/v4.0.4.rst index 21828161ea31..46d40b26e9e7 100644 --- a/user_guide_src/source/changelogs/v4.0.4.rst +++ b/user_guide_src/source/changelogs/v4.0.4.rst @@ -16,7 +16,7 @@ Enhancements: - New Testing Feature: :doc:`Fabricator ` makes creating mock classes simple and repeatable in your tests. - Model class can now have the callbacks overridden at runtime. Useful for testing. - A number of improvements to :doc:`Feature Tests ` in general. -- New :doc:`command() helper function ` to programatically run your CLI commands. Useful for testing and cron jobs. +- New :doc:`command() helper function ` to programatically run your CLI commands. Useful for testing and cron jobs. - New command, ``make:seeder`` to generate a :doc:`Database Seed class ` skeleton file. - Colors now available on the CLI within Windows, as well as other Windows-related CLI improvements. - New helper :doc:`mb_url_title ` that functions like ``url_title`` but automatically escapes and extended URL characters.