fix(guide): Message in dev mode has changed (#3439)

This commit is contained in:
William KOZA 2017-04-12 05:20:32 +02:00 committed by Ward Bell
parent d62478e5f2
commit 1fe891f1c8
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ a#enable-prod-mode
console:
code-example(format="nocode").
Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.
Angular is running in the development mode. Call enableProdMode() to enable the production mode.
:marked
Switching to production mode can make it run faster by disabling development specific checks such as the dual change detection cycles.