Skip to content

Commit 4dcdded

Browse files
authored
fix: update upgrade guide to fix option name
1 parent ba16038 commit 4dcdded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upgrade_guides/UPGRADE_2_to_3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ long-term.
8686

8787
* Excel Byte Order Mark (BOM) Support
8888

89-
Starting in v3, there's a new option `excelBom` which allows you to specify that
89+
Starting in v3, there's a new option `excelBOM` which allows you to specify that
9090
a Byte Order Mark (BOM) be prepended to the beginning of the CSV. This allows
9191
Microsoft Excel to open a UTF-8 encoded CSV file with non-ASCII characters,
9292
without them being scrambled. This, however, is not needed when using Apple's
93-
Numbers app.
93+
Numbers app.

0 commit comments

Comments
 (0)