Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Sep 13, 2023
1 parent 6c01ee7 commit d4d5f9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/addmodule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Create a file called `labproject.json` (later called via `/path/to/labproject.js
"web": "<web address for GIN service: required>",
"git": "<git address for GIN service: required>",
"username": "<bot user username: required>",
"password": "<bot user pasword: required>"
"password": "<bot user password: required>"
},
"templaterepo": "<template repository: required>",
"cookiename": "<session cookie name: optional (default: utonic-labproject)>",
Expand Down
2 changes: 1 addition & 1 deletion docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It defines the following service components:

The Form consists of two pages. The first page contains 3 elements:
1. Name: a simple text field.
2. Descritpion: a long form text area.
2. Description: a long form text area.
3. Duration: the duration in seconds that the action will run for.

A second page includes one of each type of input supported for demonstration purposes.
Expand Down
2 changes: 1 addition & 1 deletion docs/labproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Create a file called `labproject.json` (later called via `/path/to/labproject.js
"web": "<web address for GIN service: required>",
"git": "<git address for GIN service: required>",
"username": "<bot user username: required>",
"password": "<bot user pasword: required>"
"password": "<bot user password: required>"
},
"templaterepo": "<template repository: required>",
"cookiename": "<session cookie name: optional (default: utonic-labproject)>",
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The following configuration keys are supported:
"web": "<web address for GIN service: required>",
"git": "<git address for GIN service: required>",
"username": "<service username: required>",
"password": "<service pasword: required>"
"password": "<service password: required>"
},
"templaterepo": "<template repository: required>",
"cookiename": "<session cookie name: optional (default: utonic-labproject)>",
Expand Down

0 comments on commit d4d5f9f

Please sign in to comment.