add missing word (#2479)

Co-authored-by: Juan Manuel Rinaudo <juan.rinaudo@jemstep.com>
Co-authored-by: Sunil Pai <threepointone@fb.com>
This commit is contained in:
Juan M. Rinaudo
2020-03-09 10:06:51 -03:00
committed by GitHub
parent 705cacfa70
commit ec355d122f

View File

@@ -110,7 +110,7 @@ Timestamp when React began rendering the current update.
Timestamp when React committed the current update.
This value is shared between all profilers in a commit, enabling them to be grouped if desirable.
* **`interactions: Set`** -
Set of ["interactions"](https://fb.me/react-interaction-tracing) that were being traced the update was scheduled (e.g. when `render` or `setState` were called).
Set of ["interactions"](https://fb.me/react-interaction-tracing) that were being traced when the update was scheduled (e.g. when `render` or `setState` were called).
> Note
>