From ec355d122f843a52b95024ec679cd267b31c6d4a Mon Sep 17 00:00:00 2001 From: "Juan M. Rinaudo" <7492104+jrinaudo@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:06:51 -0300 Subject: [PATCH] add missing word (#2479) Co-authored-by: Juan Manuel Rinaudo Co-authored-by: Sunil Pai --- content/docs/reference-profiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-profiler.md b/content/docs/reference-profiler.md index bd80403c..1a20b699 100644 --- a/content/docs/reference-profiler.md +++ b/content/docs/reference-profiler.md @@ -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 >