Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Mar 22, 2019
1 parent 9dde926 commit 26b6974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/core/register-loaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Some other file that needs to load CSV:
```js
import {loadFile} from '@loaders.gl/core';

// The pre-registered SVLoader gets auto selected based on file extension...
// The pre-registered CSVLoader gets auto selected based on file extension...
const data = await loadFile('data.csv');
```

Expand Down

0 comments on commit 26b6974

Please sign in to comment.