Skip to content

Commit c1d2962

Browse files
Update adev/src/content/best-practices/runtime-performance/profiling-with-chrome-devtools.md
Co-authored-by: Ben Hong <[email protected]>
1 parent fbde85b commit c1d2962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/best-practices/runtime-performance/profiling-with-chrome-devtools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As Angular and Chrome data are presented on the separate but correlated tracks i
6262

6363
<img alt="Profile data: Angular vs. 3rd party scripts execution" src="assets/images/best-practices/runtime-performance/profile-angular-vs-3rd-party.png">
6464

65-
This allows you to determine at a glance whether further investigations should focus on the Angular application code or on other parts of your codebase or dependencies.
65+
This allows you to determine whether further investigations should focus on the Angular application code or on other parts of your codebase or dependencies.
6666

6767
### Color-coding
6868

0 commit comments

Comments
 (0)