Skip to content

Commit 4209ed9

Browse files
committed
Fix typos
1 parent 2a9c586 commit 4209ed9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorial/config.json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ Add `vegaPath` and `vegaConfig` to the sequence.
395395
"welcome",
396396
"consent",
397397
"demographics",
398+
"trainingWithFeedback",
398399
"coinImage",
399400
"vegaPath",
400401
"vegaConfig"
@@ -605,7 +606,7 @@ Add a second React component trial that uses the same React file with different
605606
"reactExamplePenguins": {
606607
"type": "react-component",
607608
"path": "tutorial/assets/ReactExample.tsx",
608-
"instruction": "Consider only cars that have a miles per gallon value greater than 30 AND weigh more than 2000 pounds. Which country or region produces the most and the least of these cars?",
609+
"instruction": "Consider only penguins with a body mass greater than 4000 g AND a flipper length greater than 200 mm. How many penguins match these conditions?",
609610
"response": [
610611
{
611612
"id": "response",

0 commit comments

Comments
 (0)