Skip to content

Commit d86409b

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

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
@@ -78,7 +78,7 @@ Recibe parámetros que describen lo que se procesó y cuánto tiempo tardó.
7878

7979
```js
8080
function onRenderCallback(
81-
id, // la prop "id" del arbol Profiler que acaba de ser "confirmado"
81+
id, // la prop "id" del árbol Profiler que acaba de ser "confirmado"
8282
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

0 commit comments

Comments
 (0)