Skip to content

Commit 466685d

Browse files
authored
typo (#250)
1 parent 5482061 commit 466685d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ const blob = await FileAttachment("binary-data.dat").blob();
373373

374374
<a href="#attachment_sqlite" name="attachment_sqlite">#</a> *attachment*.<b>sqlite</b>() [<>](https://github.com/observablehq/stdlib/blob/master/src/fileAttachment.js "Source")
375375

376-
Returns a promise to the file loads as a [SQLite database client](https://observablehq.com/@observablehq/databases).
376+
Returns a promise to the file loaded as a [SQLite database client](https://observablehq.com/@observablehq/databases).
377377

378378
```js
379379
const db = await FileAttachment("chinook.db").sqlite();

0 commit comments

Comments
 (0)