Skip to content

Commit 15476b2

Browse files
lancepatrickbrouwers
lance
authored andcommitted
Misspelling (SpartnerNL#56)
There is a misspelling of the ## Selecting sheets by worksheet index section.
1 parent 39e9cf8 commit 15476b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.1/imports/multiple-sheets.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class FirstSheetImport implements ToCollection
4242

4343
## Selecting sheets by worksheet index
4444

45-
If you want more control over which sheets are selected and how their are mapped to specific sheet import objects, you can use the sheet index as key. Sheet indices start at 0.
45+
If you want more control over which sheets are selected and how they are mapped to specific sheet import objects, you can use the sheet index as key. Sheet indices start at 0.
4646

4747
```php
4848
namespace App\Imports;
@@ -170,4 +170,4 @@ $import = new UsersImport();
170170
$import->onlySheets('Worksheet 1', 'Worksheet 3');
171171

172172
Excel::import($import, 'users.xlsx');
173-
```
173+
```

0 commit comments

Comments
 (0)