Skip to content

Commit e203f8d

Browse files
authored
Spelling
1 parent b15c272 commit e203f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duckdb/parquet-to-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://lite.datasette.io/?install=datasette-render-image-tags&json=https://s3.a
8686

8787
This is doing a few things.
8888

89-
- `?install=datasette-render-image-tags` tells Datasette Lite to install the [datasette-render-image-tags](https://datasette.io/plugins/datasette-render-image-tags) plugin, which looks for any URLs ending in `.png` (or `.gif` or `.jpg`) and turn themm into embedded image elements.
89+
- `?install=datasette-render-image-tags` tells Datasette Lite to install the [datasette-render-image-tags](https://datasette.io/plugins/datasette-render-image-tags) plugin, which looks for any URLs ending in `.png` (or `.gif` or `.jpg`) and turn them into embedded image elements.
9090
- `&json=https://s3.amazonaws.com/simonw-open-cors-bucket/PickaPic-images.json` tells Datasette Lite to load the JSON data from that URL. This works for JSON arrays of objects and for newline-delimited JSON, like we have here.
9191
- `#/data?sql=select...` tells Datasette Lite to navigate to the SQL querying interface and run the specified query.
9292
- `&q=raccoon` at the end is a query parameter that will be used as part of the query.

0 commit comments

Comments
 (0)