We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a4829 commit 29985f3Copy full SHA for 29985f3
1 file changed
src/lib/es5.d.ts
@@ -971,7 +971,7 @@ interface JSON {
971
/**
972
* Converts a JavaScript value to a JavaScript Object Notation (JSON) string.
973
* @param value A JavaScript value, usually an object or array, to be converted.
974
- * @param replacer An array of strings and numbers that acts as a white list for selecting the object properties that will be stringified.
+ * @param replacer An array of strings and numbers that acts as a approved list for selecting the object properties that will be stringified.
975
* @param space Adds indentation, white space, and line break characters to the return-value JSON text to make it easier to read.
976
*/
977
stringify(value: any, replacer?: (number | string)[] | null, space?: string | number): string;
0 commit comments