docs(aio): update punctuation mark added in TOOLS guide

This commit is contained in:
Prashant Andani 2017-02-24 23:48:27 +05:30 committed by Matias Niemelä
parent af14b1e384
commit e47a77f941
1 changed files with 1 additions and 1 deletions

View File

@ -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