Skip to content

Commit fe5737b

Browse files
authored
Update Profiler.md (#6000)
1 parent 8e24e40 commit fe5737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Wrap a component tree in a `<Profiler>` to measure its rendering performance.
3333
#### Props {/*props*/}
3434

3535
* `id`: A string identifying the part of the UI you are measuring.
36-
* `onRender`: An [`onRender` callback](#onrender-callback) that React calls it every time components within the profiled tree update. It receives information about what was rendered and how much time it took.
36+
* `onRender`: An [`onRender` callback](#onrender-callback) that React calls every time components within the profiled tree update. It receives information about what was rendered and how much time it took.
3737

3838
#### Caveats {/*caveats*/}
3939

0 commit comments

Comments
 (0)