From 7dcd4dced09e456cacdbfef62f9f343a3e8631dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Ara=C3=BAjo?= Date: Mon, 21 Aug 2017 21:55:35 -0300 Subject: [PATCH] Fix typo (#1919) --- Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index eba72b2a..f885e45e 100644 --- a/Dangerfile +++ b/Dangerfile @@ -16,7 +16,7 @@ results = File.read 'ab-results-README.md-markdown-table.json' j = JSON.parse results if j['error']==true m = j['title'] - m << ', a project collaborator will take care of these, thanks: )' + m << ', a project collaborator will take care of these, thanks :)' warn m markdown j['message'] end