doc(jobs): fixed wording
This commit is contained in:
parent
748a049be2
commit
4845f3f5cd
2 changed files with 2 additions and 2 deletions
|
@ -209,7 +209,7 @@ func (d *JobsDataSource) Schema(ctx context.Context, req datasource.SchemaReques
|
|||
"arguments": schema.ListAttribute{
|
||||
Computed: true,
|
||||
ElementType: types.StringType,
|
||||
MarkdownDescription: "The list of arguments to pass to the command.",
|
||||
MarkdownDescription: "The list of arguments to pass to the script.",
|
||||
},
|
||||
"content": schema.StringAttribute{
|
||||
Computed: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue