Skip to content

Commit 929bc1e

Browse files
authored
Fix typo in weaviate docs (dlt-hub#563)
1 parent 219eca4 commit 929bc1e

File tree

1 file changed

+1
-1
lines changed
  • docs/website/docs/dlt-ecosystem/destinations

1 file changed

+1
-1
lines changed

docs/website/docs/dlt-ecosystem/destinations/weaviate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Here's a summary of the naming normalization approach:
217217

218218
#### Reserved property names
219219

220-
Reserved property names like `id` or `additional` are prefixed with underscores for differentiation. Therefore, `id becomes `__id and `_id` is rendered as `___id`.
220+
Reserved property names like `id` or `additional` are prefixed with underscores for differentiation. Therefore, `id` becomes `__id` and `_id` is rendered as `___id`.
221221

222222
## Additional destination options
223223

0 commit comments

Comments
 (0)