Skip to content

Commit 1a80421

Browse files
committed
Minor fixes to DSL reference documentation
Signed-off-by: hiren <[email protected]>
1 parent 3361b48 commit 1a80421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsl-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ do:
896896
- runScript:
897897
run:
898898
script:
899-
language: js
899+
language: javascript
900900
code: >
901901
Some cool multiline script
902902
@@ -928,7 +928,7 @@ Enables the execution of external processes encapsulated within a containerized
928928
| ports | `map` | `no` | The container's port mappings, if any |
929929
| volumes | `map` | `no` | The container's volume mappings, if any |
930930
| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931-
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
931+
| stdin | `string` | `no` | A runtime expression, if any, passed as standard input to the command or default container CMD|
932932
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933933
| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
934934

@@ -2525,7 +2525,7 @@ do:
25252525
- runScript:
25262526
run:
25272527
script:
2528-
language: js
2528+
language: javascript
25292529
code: >
25302530
Some cool multiline script
25312531
return: code

0 commit comments

Comments
 (0)