fix typo in rt tutorial

This commit is contained in:
Josh de Leeuw 2018-04-18 21:09:06 -04:00
parent 1035b0f503
commit c6c4eff79f

View File

@ -100,7 +100,7 @@ We can use the same basic structure from part 2 to create a new trial that shows
The trial definition looks like this: The trial definition looks like this:
```javascript ```javascript
var instructions_block = { var instructions = {
type: "html-keyboard-response", type: "html-keyboard-response",
stimulus: "<p>In this experiment, a circle will appear in the center " + stimulus: "<p>In this experiment, a circle will appear in the center " +
"of the screen.</p><p>If the circle is <strong>blue</strong>, " + "of the screen.</p><p>If the circle is <strong>blue</strong>, " +