Skip to content

Commit 1ee1d05

Browse files
Update adev/src/content/best-practices/runtime-performance/profiling-with-chrome-devtools.md
Co-authored-by: Jeremy Elbourn <[email protected]>
1 parent 400cccc commit 1ee1d05

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
@@ -1,6 +1,6 @@
11
# Profiling with the Chrome DevTools
22

3-
Angular integrates with the Chrome DevTools (through the [extensibility API](https://developer.chrome.com/docs/devtools/performance/extension)) to present framework-specific data and insights directly in the [Chrome DevTools performance panel](https://developer.chrome.com/docs/devtools/performance/overview).
3+
Angular integrates with the [Chrome DevTools extensibility API](https://developer.chrome.com/docs/devtools/performance/extension) to present framework-specific data and insights directly in the [Chrome DevTools performance panel](https://developer.chrome.com/docs/devtools/performance/overview).
44

55
With the integration enabled, you can [record a performance profile](https://developer.chrome.com/docs/devtools/performance#record) containing two sets of data:
66

0 commit comments

Comments
 (0)