Skip to content

Commit a2f3f8c

Browse files
authored
Update dev-mode add note about schema validation (pubkey#3871)
* Update dev-mode.md * Update dev-mode.md
1 parent b9373dd commit a2f3f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-src/dev-mode.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The dev-mode plugin adds many checks and validations to RxDB.
44
This ensures that you use the RxDB API properly and so the dev-mode plugin should always be used when
55
using RxDB in developement mode.
66

7-
- Adds validation check for schemas, queries, ORM methods and document fields.
7+
- Adds validation check for validity of schemas, queries, ORM methods and document fields.
8+
- **NOTE:**: Doesn't perform schema checks against the data see [schema validation](./schema-validation.md) for that.
89
- Adds readable error messages.
910
- Ensures that `readonly` JavaScript objects are not accidentially mutated.
1011

0 commit comments

Comments
 (0)