Skip to content

Commit 5b6636c

Browse files
committed
doc
1 parent 0b82e46 commit 5b6636c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/MIGRATION_TO_V16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const schema: JSONSchema = { type: 'string' };
9292
`JSONValidator` is deprecated and will no longer be available in version 17. It is an internal utility class which is limited, could change at any time and is out of scope of this library.
9393

9494
> [!TIP]
95-
If you need a JSON validator, there are far better and dedicated libraries available like [ajv](https://ajv.js.org/).
95+
> If you need a JSON validator, there are far better and dedicated libraries available like [ajv](https://ajv.js.org/).
9696
9797
### LocalDatabase
9898

docs/MIGRATION_TO_V17.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ const schema: JSONSchema = { type: "string" };
101101
`JSONValidator` is removed. It was an internal utility class which is limited,
102102
could change at any time and is out of scope of this library.
103103

104-
If you need a JSON validator, there are far better and dedicated libraries
104+
> [!TIP]
105+
> If you need a JSON validator, there are far better and dedicated libraries
105106
available like [ajv](https://ajv.js.org/).
106107

107108
### LocalDatabase

0 commit comments

Comments
 (0)