diff --git a/CHANGELOG.md b/CHANGELOG.md index 7522d2b698..bc1b257775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,10 +124,7 @@ setBaseTestProviders(TEST_BROWSER_PLATFORM_PROVIDERS, ### BREAKING CHANGES -* Before -Previously Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode. -After -Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode. +* Previously, Angular would run in dev prod mode by default, and you could enable the dev mode by calling enableDevMode. Now, Angular runs in the dev mode by default, and you can enable the prod mode by calling enableProdMode.