Skip to content

Commit

Permalink
Merge pull request #635 from BOCOVO/chore(docs)/fix-typo-in-profiler-…
Browse files Browse the repository at this point in the history
…docs

Chore(docs): fix typo in `Profiler` docs
  • Loading branch information
tdd authored Mar 14, 2024
2 parents 0fd9b19 + 7b94179 commit 20838fc
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 @@ -33,7 +33,7 @@ Enrobez un arbre de composants dans un `<Profiler>` afin de mesurer ses performa
#### Props {/*props*/}

* `id` : une chaîne de caractères identifiant la portion de l’UI que vous souhaitez mesurer.
* `onRender` : une [fonction de rappel `onRender`](#onrender-callback) appelée à chaque nouveau rendu d’un composant situé dans l’arbre profilé. Elle reçoit des informations indiquant ce qui a fait l’objet ɗ un rendu et quel temps ça a pris.
* `onRender` : une [fonction de rappel `onRender`](#onrender-callback) appelée à chaque nouveau rendu d’un composant situé dans l’arbre profilé. Elle reçoit des informations indiquant ce qui a fait l’objet d'un rendu et quel temps ça a pris.

#### Limitations {/*caveats*/}

Expand Down

0 comments on commit 20838fc

Please sign in to comment.