Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dashboard/CodeHints.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Text>
<CodeBlock>
Expand Down
Loading