Skip to content

Commit

Permalink
docs: fix typo (#5)
Browse files Browse the repository at this point in the history
Missing letter L
  • Loading branch information
sseerrppeenntt authored Sep 30, 2024
1 parent 34c79db commit d2d9518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mosaic-duckdb-wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Observable uses dependencies among code blocks, rather than the order within the
This reactivity can cause problems for code that depends on "side effects" that are not tracked by Observable's runtime.

In the past, we had to carefully work our way around these side effects when manually loading data and initializing Mosaic.
Fortunately, as of version 1.3.0 onward, Observable Framework includes built-in [DuckDB data loading](https://observablehq.com/framework/sql) and [Mosaic initialization](https://observablehq.com/framework/lib/mosaic) support to hande this for us.
Fortunately, as of version 1.3.0 onward, Observable Framework includes built-in [DuckDB data loading](https://observablehq.com/framework/sql) and [Mosaic initialization](https://observablehq.com/framework/lib/mosaic) support to handle this for us.

## Loading Data into DuckDB-WASM

Expand Down

0 comments on commit d2d9518

Please sign in to comment.