We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482061 commit 466685dCopy full SHA for 466685d
README.md
@@ -373,7 +373,7 @@ const blob = await FileAttachment("binary-data.dat").blob();
373
374
<a href="#attachment_sqlite" name="attachment_sqlite">#</a> *attachment*.<b>sqlite</b>() [<>](https://github.com/observablehq/stdlib/blob/master/src/fileAttachment.js "Source")
375
376
-Returns a promise to the file loads as a [SQLite database client](https://observablehq.com/@observablehq/databases).
+Returns a promise to the file loaded as a [SQLite database client](https://observablehq.com/@observablehq/databases).
377
378
```js
379
const db = await FileAttachment("chinook.db").sqlite();
0 commit comments