Skip to content

Commit ac003e3

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

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
@@ -31,7 +31,7 @@ You can enable Angular profiling in one of two ways:
3131
NOTE:
3232
Angular profiling works exclusively in development mode.
3333

34-
Example of enabling the integration just before the application bootstrap to capture all possible events:
34+
Here is an example of how you can enable the integration in the application bootstrap to capture all possible events:
3535

3636
```ts
3737
import { enableProfiling } from '@angular/core';

0 commit comments

Comments
 (0)