Skip to content

Commit ae3f7ef

Browse files
authored
Merge pull request #277 from fr3nch13/master
Fixed typo.
2 parents 8d2042d + 8ceea25 commit ae3f7ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ try {
613613
->setDescription("Full description for issue")
614614
->addVersion("1.0.1")
615615
->addVersion("1.0.3")
616-
->addCustomField('customfield_10100', 'text area body text']) // String type custom field
616+
->addCustomField('customfield_10100', 'text area body text') // String type custom field
617617
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
618618
->addCustomField('customfield_10408', [
619619
['value' => 'opt2'], ['value' => 'opt4']
@@ -782,7 +782,7 @@ try {
782782
->setDescription("Full description for issue")
783783
->addVersion("1.0.1")
784784
->addVersion("1.0.3")
785-
->addCustomField('customfield_10100', 'text area body text']) // String type custom field
785+
->addCustomField('customfield_10100', 'text area body text') // String type custom field
786786
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
787787
->addCustomField('customfield_10408', [
788788
['value' => 'opt2'], ['value' => 'opt4']
@@ -2405,4 +2405,4 @@ Apache V2 License
24052405
# JIRA Rest API Documents
24062406
* 6.4 - https://docs.atlassian.com/jira/REST/6.4/
24072407
* Jira Server latest - https://docs.atlassian.com/jira/REST/server/
2408-
* Jira Cloud latest - https://docs.atlassian.com/jira/REST/latest/
2408+
* Jira Cloud latest - https://docs.atlassian.com/jira/REST/latest/

0 commit comments

Comments
 (0)