Skip to content

Commit 4a0f762

Browse files
committed
Merge pull request github#951 from erikpmp/master
Corrected milestone ref from due_date to due_on
2 parents 675cc43 + c5d1b2a commit 4a0f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/issues/milestones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Issue Milestones
1515
Name | Type | Description
1616
-----|------|--------------
1717
`state`|`string` | The state of the milestone. Either `open`, `closed`, or `all`. Default: `open`
18-
`sort`|`string` | What to sort results by. Either `due_date` or `completeness`. Default: `due_date`
18+
`sort`|`string` | What to sort results by. Either `due_on` or `completeness`. Default: `due_on`
1919
`direction`|`string` | The direction of the sort. Either `asc` or `desc`. Default: `asc`
2020

2121

0 commit comments

Comments
 (0)