You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/best-practices/runtime-performance/profiling-with-chrome-devtools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ As Angular and Chrome data are presented on the separate but correlated tracks i
62
62
63
63
<imgalt="Profile data: Angular vs. 3rd party scripts execution"src="assets/images/best-practices/runtime-performance/profile-angular-vs-3rd-party.png">
64
64
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.
0 commit comments