Skip to content

Commit 6fb72e3

Browse files
authored
Small issue docs fix (#1285)
1 parent 0b103e6 commit 6fb72e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/r/issue.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ resource "github_issue" "test" {
6262

6363
The following arguments are supported:
6464

65-
* `owner` - (Required) Owner of the repository the issue belongs to.
65+
* `owner` - (Required) Owner of the repository the issue belongs to
6666

6767
* `repository` - (Required) The GitHub repository name
6868

69-
* `title` - (Required) Title of the issue.
69+
* `title` - (Required) Title of the issue
7070

71-
* `body` - (Optional) Title of the issue.
71+
* `body` - (Optional) Body of the issue
7272

73-
* `labels` - (Optional) List of labels to attach to the issue.
73+
* `labels` - (Optional) List of labels to attach to the issue
7474

75-
* `assignees` - (Optional) List of Logins to assign the to the issue.
75+
* `assignees` - (Optional) List of Logins to assign the to the issue
7676

7777
* `milestone_number` - (Optional) Milestone number to assign to the issue
7878

0 commit comments

Comments
 (0)