Skip to content

Commit bcc6b79

Browse files
committed
docs(dev-tools/react-performance-tracks): fix typo 'addititional' -> 'additional'
1 parent 93f6c27 commit bcc6b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/dev-tools/react-performance-tracks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ If you await a Promise, React will display duration of that Promise. To see all
155155

156156
Different colors are used to indicate the duration of the component render. The darker the color, the longer the duration.
157157

158-
The Server Components track group will always contain a "Primary" track. If React is able to render Server Components concurrently, it will display addititional "Parallel" tracks.
158+
The Server Components track group will always contain a "Primary" track. If React is able to render Server Components concurrently, it will display additional "Parallel" tracks.
159159
If more than 8 Server Components are rendered concurrently, React will associate them with the last "Parallel" track instead of adding more tracks.

0 commit comments

Comments
 (0)