diff --git a/docs/core-concepts/1221-action.md b/docs/core-concepts/1221-action.md index a5366987..1e83a244 100644 --- a/docs/core-concepts/1221-action.md +++ b/docs/core-concepts/1221-action.md @@ -104,7 +104,7 @@ dagger.#Plan & { } client: filesystem: ".": { read: contents: dagger.#FS - write: contents: actions.hello.dir.result + write: contents: actions.hello.result } } ```