Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Nov 29, 2024
1 parent 14ae49f commit bb9fa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/docs/releases/16.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Destroy was adapted from PouchDB, but people often think this deletes the writte


### `ignoreDuplicate: true` on `createRxDatabase()` must only be allowed in dev-mode.
The `ignoreDuplicate` flag is only usefull for tests and should never be used in production. Throw an error if it is set to true in non-dev-mode.
The `ignoreDuplicate` flag is only useful for tests and should never be used in production. Throw an error if it is set to true in non-dev-mode.

### When dev-mode is enabled, a schema validator must be used.
Many reported issues come from people storing data that is not valid to their schema.
Expand Down

0 comments on commit bb9fa17

Please sign in to comment.