Skip to content

Commit 2e9634d

Browse files
anodarsecarburo
andauthored
Update content/docs/reference-profiler.md
Co-Authored-By: Rainer Martínez Fraga <rmartinezfraga@yandex.com>
1 parent de40994 commit 2e9634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Recibe parámetros que describen lo que se procesó y cuánto tiempo tardó.
7979
```js
8080
function onRenderCallback(
8181
id, // la prop "id" del arbol Profiler que acaba de ser "confirmado"
82-
phase, // ya sea "mount" (si el árbol acaba de ser montado) o "update" (si se re-renderizó)
82+
phase, // ya sea "mount" (si el árbol acaba de ser montado) o "update" (si se volvió a renderizar)
8383
actualDuration, // tiempo dedicado a procesar la actualización confirmada
8484
baseDuration, // tiempo estimado para renderizar todo el subárbol sin memoización
8585
startTime, // cuando React comenzó a procesar esta actualización

0 commit comments

Comments
 (0)