Fix minor typo in JSONFormatter comment
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
02edfb9c2d
commit
704c497771
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue