diff --git a/docs/core-concepts/1221-action.md b/docs/core-concepts/1221-action.md index bdcdda15..ce5a31ee 100644 --- a/docs/core-concepts/1221-action.md +++ b/docs/core-concepts/1221-action.md @@ -41,7 +41,7 @@ A new action is _defined_ in a declarative template called a [CUE definition](ht Here is an example of a simple action definition: ```cue -package hello +package main import ( "dagger.io/dagger"