Fix minor typo in JSONFormatter comment

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daniel Bevenius 2020-04-20 09:31:32 +02:00
parent 02edfb9c2d
commit 704c497771
1 changed files with 1 additions and 1 deletions

View File

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