Skip to content

Commit 5ada50c

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

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
@@ -7,7 +7,7 @@ With the integration enabled, you can [record a performance profile](https://dev
77
- Standard performance entries based on Chrome's understanding of your code executing in a browser, and
88
- Angular-specific entries contributed by the framework's runtime.
99

10-
The two mentioned sets are presented together, on separate tracks:
10+
Both sets of data are presented together on the same tab, but on separate tracks:
1111

1212
<img alt="Angular custom track in Chrome DevTools profiler" src="assets/images/best-practices/runtime-performance/angular-perf-in-chrome.png">
1313

0 commit comments

Comments
 (0)