tinyplex / tinybase

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

Correct a Few Documenation Typos #2

Closed mutewinter closed 2 years ago

mutewinter commented 2 years ago

A few small typo corrections.

jamesgpearce commented 2 years ago

Amazing, thank you @mutewinter!

Can you please run npm run compileDocs and generate the HTML too?

(You may need run npm run compileForProd first to get the .d.ts files into a local lib directory)

mutewinter commented 2 years ago

Updated.

Also I ran into a small setup issue: I had to create ./lib/debug and ./lib/umd before either compileForProd or compileDocs would run.

$ npm run compileDocs                                                                                                                                                                                                        v14.16.0 01/16/22 7:26AM

> tinybase@1.0.0 compileDocs
> gulp compileDocs

[07:26:49] Using gulpfile
[07:26:49] Starting 'compileDocs'...
[07:26:50] 'compileDocs' errored after 1.1 s
[07:26:50] Error: ENOENT: no such file or directory, scandir 'lib/umd'
    at readdirSync (fs.js:1021:3)
jamesgpearce commented 2 years ago

Awesome! Congratulation on being the first pull-request!

I'll file an issue for the folder thing.