From 6c2e04d0a9dd78cff4c2041e4af210818fa319b9 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Fri, 13 Oct 2017 18:08:23 +1300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2354ae2..1130e66 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ ngCsv attributes * csv-column-order: Defines the column order to be set when creating the body of the CSV (may be according to the csv-headers) - use it when you have an array of objects. * field-separator: Defines the field separator character (default is ,) * decimal-separator: Defines the decimal separator character (default is .). If set to "locale", it uses the [language sensitive representation of the number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString). -* text-delimiter: If provided, will use this characters to "escape" fields, otherwise will use double quotes as deafult +* text-delimiter: If provided, will use this characters to "escape" fields, otherwise will use double quotes as default * quote-strings: If provided, will force escaping of every string field. * lazy-load: If defined and set to true, ngCsv will generate the data string only on demand. See the lazy_load example for more details. * add-bom: Add the Byte Order Mark, use this option if you are getting an unexpected char when opening the file on any windows App.