Skip to content

Commit 23d1940

Browse files
committed
doc
1 parent 5b6636c commit 23d1940

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/MIGRATION_TO_V16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const schema: JSONSchema = { type: 'string' };
9696
9797
### LocalDatabase
9898

99-
- `LocalDatabase` is deprecated and will no longer be available in version 17. It is an internal utility class, and overriding it is an undocumented behavior. If you are doing so, you are basically rewriting your own storage library, so using this one makes no sense, you can your service directly.
99+
`LocalDatabase` is deprecated and will no longer be available in version 17. It is an internal utility class, and overriding it is an undocumented behavior. If you are doing so, you are basically rewriting your own storage library, so using this one makes no sense, you can your service directly.
100100

101101
## More documentation
102102

docs/MIGRATION_TO_V17.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ available like [ajv](https://ajv.js.org/).
107107

108108
### LocalDatabase
109109

110-
- `LocalDatabase` is removed. It was an internal utility class, and overriding
111-
it is an undocumented behavior. If you are doing so, you are basically
112-
rewriting your own storage library, so using this one makes no sense, you can
113-
use your service directly.
110+
`LocalDatabase` is removed. It was an internal utility class, and overriding it is an undocumented behavior. If you are doing so, you are basically rewriting your own storage library, so using this one makes no sense, you can use your service directly.
114111

115112
## More documentation
116113

0 commit comments

Comments
 (0)