Skip to content

Commit

Permalink
docs: typo Chat to chart fix (angular#53892)
Browse files Browse the repository at this point in the history
PR Close angular#53892
  • Loading branch information
nikvarma authored and pkozlowski-opensource committed Jan 24, 2024
1 parent a2a0b33 commit 9e10af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/tools/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ When you select a bar, DevTools displays useful information about it including:

### Understand component execution

The bar chat displayed after clicking on a change detection cycle displays a detailed view about how much time your application spent running change detection in that particular component or directive.
The bar chart displayed after clicking on a change detection cycle displays a detailed view about how much time your application spent running change detection in that particular component or directive.

This example shows the total time spent by the `NgForOf` directive and which method was called on it.

Expand Down

0 comments on commit 9e10af4

Please sign in to comment.