FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #1002 from lidice/patch-1 · github/developer.github.com@af3f361 · GitHub

This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit af3f361

Browse files
committed
Merge pull request #1002 from lidice/patch-1
Fix inconsistent req/res in issues.md
2 parents e8c5d27 + 730eec1 commit af3f361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎content/v3/issues.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Name | Type | Description
102102
:body => "I'm having a problem with this.",
103103
:assignee => "octocat",
104104
:milestone => 1,
105-
:labels => %w(Label1 Label2)
105+
:labels => %w(bug)
106106
%>
107107

108108
### Response
@@ -136,7 +136,7 @@ Name | Type | Description
136136
:assignee => "octocat",
137137
:milestone => 1,
138138
:state => "open",
139-
:labels => %w(Label1 Label2)
139+
:labels => %w(bug)
140140
%>
141141

142142
### Response

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL