tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.57k stars 69 forks source link

Fix typo #157

Closed doodlewind closed 2 months ago

doodlewind commented 2 months ago

The diff looks very verbose on GitHub, but this PR only patches here:

// prev
<a href="&#x27;#apply-schemas-to-tables-values">

// fixed
<a href="#apply-schemas-to-tables-values">

Should fix this link:

image
jamesgpearce commented 2 months ago

That file is generated so I also fixed it at source (which fixes it in other files too).

Thanks so much!