Skip to content

Commit 7dcd4dc

Browse files
Miguel Araújolfarah
authored andcommitted
Fix typo (vsouza#1919)
1 parent 094eb27 commit 7dcd4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ results = File.read 'ab-results-README.md-markdown-table.json'
1616
j = JSON.parse results
1717
if j['error']==true
1818
m = j['title']
19-
m << ', a project collaborator will take care of these, thanks: )'
19+
m << ', a project collaborator will take care of these, thanks :)'
2020
warn m
2121
markdown j['message']
2222
end

0 commit comments

Comments
 (0)