Skip to content

Commit 906b285

Browse files
author
Nico Gelders
committed
docs update
1 parent e322c83 commit 906b285

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/data-sources/team.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data "dagster_team" "team" {
2323

2424
### Required
2525

26-
- `name` (String) Name the Dagster Cloud team
26+
- `name` (String) Name of the Dagster Cloud team
2727

2828
### Read-Only
2929

docs/data-sources/teams.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "dagster_teams Data Source - dagster"
44
subcategory: ""
55
description: |-
6-
Retrieve information about one or more Dagster Cloud teams.
6+
Retrieve information about a Dagster Cloud teams.
77
---
88

99
# dagster_teams (Data Source)
1010

11-
Retrieve information about one or more Dagster Cloud teams.
11+
Retrieve information about a Dagster Cloud teams.
1212

1313
## Example Usage
1414

@@ -34,7 +34,7 @@ data "dagster_teams" "teams" {
3434

3535
Required:
3636

37-
- `name` (String) Name the Dagster Cloud team
37+
- `name` (String) Name of the Dagster Cloud team
3838

3939
Read-Only:
4040

0 commit comments

Comments
 (0)