From 1fe891f1c817ee7f4ec024fe20e9e7dc8cebe303 Mon Sep 17 00:00:00 2001 From: William KOZA Date: Wed, 12 Apr 2017 05:20:32 +0200 Subject: [PATCH] fix(guide): Message in dev mode has changed (#3439) --- public/docs/ts/latest/guide/deployment.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/deployment.jade b/public/docs/ts/latest/guide/deployment.jade index 208918f60d..b134b031c2 100644 --- a/public/docs/ts/latest/guide/deployment.jade +++ b/public/docs/ts/latest/guide/deployment.jade @@ -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.