Skip to content

Commit

Permalink
Missing comma in jspsych-self-paced-reading.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg authored Jun 1, 2024
1 parent be2bc2b commit b683e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In addition to the [parameters available in all plugins](https://www.jspsych.org
| mask_colour | string | "black" | Mask colour |
| line_height | number | 80 | Line height for multiline text |
| canvas_colour | string | "white" | Canvas colour |
| canvas_size | number[] | [1280 960] | Canvas size |
| canvas_size | number[] | [1280, 960] | Canvas size |
| canvas_border | string | "0px solid black | Canvas border |
| canvas_clear_border | bool | true | Clear screen following final word in sentence |
| translate_origin | bool | false | Translate coordinates to [0,0] at centre |
Expand Down

0 comments on commit b683e87

Please sign in to comment.