Skip to content

Commit 2e7080f

Browse files
committed
Fix typo.
1 parent c87047b commit 2e7080f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buttons-fast-excel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## LIMITATIONS!
66

7-
FastExcel integration uses cursor behind the scene thus eager loaded columns will not work on export. You must used join statements if you want to export related columns. Also, column value formatting like converting boolean to Yes or No should be done on SQL LEVEL.
7+
FastExcel integration uses cursor behind the scene thus eager loaded columns will not work on export. You MUST use join statements if you want to export related columns. Also, column value formatting like converting boolean to Yes or No should be done on SQL LEVEL.
88

99
## Usage
1010

0 commit comments

Comments
 (0)