Skip to content

Commit

Permalink
Update src/content/reference/react/Profiler.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alina Listunova <[email protected]>
  • Loading branch information
GeorgeShvab and alinkedd authored Sep 26, 2024
1 parent b228eb9 commit 1ddc210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: <Profiler>

<Intro>

`<Profiler>` дозволяє вам програмно вимірювати продуктивність рендеру React-дерева.
`<Profiler>` дає вам змогу програмно вимірювати продуктивність рендеру React-дерева.

```js
<Profiler id="App" onRender={onRender}>
Expand Down

0 comments on commit 1ddc210

Please sign in to comment.