From 4845f3f5cd83aa0f037abf105633e55243896292 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 20 Apr 2024 23:46:41 +0200 Subject: doc(jobs): fixed wording --- internal/provider/jobs_data_source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/provider/jobs_data_source.go b/internal/provider/jobs_data_source.go index 4cea2f8..1461d28 100644 --- a/internal/provider/jobs_data_source.go +++ b/internal/provider/jobs_data_source.go @@ -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, -- cgit v1.2.3