Skip to content

Commit 8ceea25

Browse files
authored
Another typo fix.
1 parent a1b7c71 commit 8ceea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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']

0 commit comments

Comments
 (0)