[body-parser] Fix typo

reviever -> reviver
This commit is contained in:
Pablo Ois Lagarde
2017-06-21 16:15:57 -03:00
committed by GitHub
parent 33e1501a8b
commit cfc31cd332

View File

@@ -21,7 +21,7 @@ declare namespace bodyParser {
}
interface OptionsJson extends Options {
reviever?(key: string, value: any): any;
reviver?(key: string, value: any): any;
strict?: boolean;
}