Skip to content

Commit 59f584c

Browse files
committed
Better language
Signed-off-by: Sebastian (Tiedtke) Huckleberry <sebastiantiedtke@gmail.com>
1 parent a4cbc2f commit 59f584c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/cell-level.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Cell level options gives users the flexibility to modify the behavior of each ex
3939
| mimetype | If set skips auto-detection and uses specific media (MIME) type | [empty] |
4040
| name | Cell’s canonical name useful for referencing the cell via CLI | [auto-generated] |
4141
| ignore | Ingore code block from CLI and notebook transformation into a runnable cell | false |
42-
| transform | Transform code block from CLI and notebook transformation into a runnable cell (inverse of ignore; most relevant for `mermaid`) | true |
42+
| transform | Transform code block into a runnable cell (notebook) and include as task in CLI (inverse of ignore; most relevant for `mermaid`) | true |
4343
| terminalRows | Number of rows to display in the notebook terminal | [auto-set] |
4444
| promptEnv | Prompt user to set exported environment vars | auto |
4545
| skipPrompts | Bypasses interactive [prompts](/configuration/cell-level) that require inputting environment vars or authentication confirmations. | false |

0 commit comments

Comments
 (0)