From be3f9d48046f32722339efee8598030ae5b32f8e Mon Sep 17 00:00:00 2001 From: Cherrie Chang <79338042+cherriechang@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:59:31 -0500 Subject: [PATCH] Fix typo in CodeHints.js documentation L181 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "An easy wait to do this..." → "An easy way to do this..." --- components/dashboard/CodeHints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/CodeHints.js b/components/dashboard/CodeHints.js index a8f3302..811ea0d 100644 --- a/components/dashboard/CodeHints.js +++ b/components/dashboard/CodeHints.js @@ -178,7 +178,7 @@ export default function CodeHints({ expId }) { Use the static method of the pipe plugin to request the condition. This is an asynchronous request so we need to wait for the response before using the condition value. An easy - wait to do this is to put your experiment creation code inside + way to do this is to put your experiment creation code inside an async function.