Skip to content

Commit 653d76e

Browse files
authored
docs: fix "frontmatter" language
1 parent 3946709 commit 653d76e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/docs/cw-mounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,14 @@ cw://bucket[/path][:mount_point]
206206
kubectl marimo edit notebook.py --source=cw://my-notebook-data
207207
```
208208

209-
### Via Frontmatter
209+
### Via Header
210210

211211
```python
212212
# /// script
213213
# dependencies = ["marimo"]
214-
# ///
215214
# [tool.marimo.k8s]
216215
# mounts = ["cw://my-notebook-data"]
216+
# ///
217217
```
218218

219219
### Access in Notebook

0 commit comments

Comments
 (0)