Skip to content

Commit 23426fc

Browse files
authored
Merge pull request #57 from danbev/formatter-comment
Fix minor typo in JSONFormatter comment
2 parents 02edfb9 + 704c497 commit 23426fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/formats/json/formatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function JSONFormatter(){
44
}
55

66
/*
7-
* Every internal data structure are JSON by nature, them
7+
* Every internal data structure is JSON by nature, so
88
* no transformation is required
99
*/
1010
JSONFormatter.prototype.format = function(payload){

0 commit comments

Comments
 (0)