From e47a77f941a7667735dc8d4042a82317b7d40449 Mon Sep 17 00:00:00 2001 From: Prashant Andani Date: Fri, 24 Feb 2017 23:48:27 +0530 Subject: [PATCH] docs(aio): update punctuation mark added in TOOLS guide --- docs/TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TOOLS.md b/docs/TOOLS.md index 8bfcb8f35c..fe1953f593 100644 --- a/docs/TOOLS.md +++ b/docs/TOOLS.md @@ -37,7 +37,7 @@ ng.profiler.timeChangeDetection(); ### Change detection profiler If your application is janky (it misses frames) or is slow according to other -metrics it is important to find the root cause of the issue. Change detection +metrics, it is important to find the root cause of the issue. Change detection is a phase in Angular's lifecycle that detects changes in values that are bound to UI, and if it finds a change it performs the corresponding UI update. However, sometimes it is hard to tell if the slowness is due to the act of