tinyplex / tinybase

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

[doc] [typo] Using Context doc page guides/building-uis/using-context/ uses too when it should use to #1

Closed charlespsdowd closed 2 years ago

charlespsdowd commented 2 years ago

Describe the bug

The following paragraph uses "too" when it should use "to". See bold too:

To help with this, the Provider component lets you specify a Store that all the hooks and components will bind too automatically. Simply provide the Store in the store prop, and it will be used by default. Notice how the store variable is not referenced in the child Pane component here, for example:

To Reproduce Steps to reproduce the behavior:

  1. Go to 'guides/building-uis/using-context/
  2. Click on 'guides/building-uis/using-context/
  3. Scroll down to "Using Context", 3pm rd paragraph
  4. See typo

Expected behavior Should stay " will bind to automatically"

Screenshots

Screenshot 2022-01-15 at 12 11 25