Skip to content

Commit ac0aa18

Browse files
authored
fixed typos
1 parent 6bd013e commit ac0aa18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developers/plugin-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As of version 7.0, plugins are [JavaScript Classes](https://developer.mozilla.or
1010

1111
## Setting up a new plugin
1212

13-
To develop a new plugin for contribution, we recommend using the CLI tool that we have published in jspsych-contrib. This automates the setup of a new plugin in either JavaScript or TypeScript, depepending on how you answer the commandline prompts. For more information about this CLI tool, as well as step-by-step instructions on how to make a contribution to jsPsych, is available in the [`README`](https://github.com/jspsych/jspsych-contrib?tab=readme-ov-file#guidelines-for-contributions) of jspsych-contrib.
13+
To develop a new plugin for contribution, we recommend using the CLI tool we've published for jspsych-contrib. This automates setup for a new plugin in either JavaScript or TypeScript, depending on how you answer the commandline prompts. For more information about this tool, as well as step-by-step instructions on how to make a contribution to jsPsych, check out jspsych-contrib's [`README`](https://github.com/jspsych/jspsych-contrib?tab=readme-ov-file#guidelines-for-contributions).
1414

1515
If for any reason you want access to the templates themselves, without running the CLI tool, they are still available in the [jspsych-dev](https://github.com/jspsych/jspsych-dev) repository. Here is the template in plain [Javascript](https://github.com/jspsych/jspsych-dev/tree/main/packages/new-plugin/templates/plugin-template-js), and here is the template in [Typescript](https://github.com/jspsych/jspsych-dev/tree/main/packages/new-plugin/templates/plugin-template-ts).
1616

0 commit comments

Comments
 (0)