Skip to content

Commit 4045ac2

Browse files
committed
fix: typo
1 parent adb410b commit 4045ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/ops/storages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ docker run -d --name kuzu -p ${KUZU_PORT}:8000 -v ${KUZU_DB_DIR}:/database kuzud
443443

444444
The `Kuzu` target spec takes the following fields:
445445

446-
* `connection` (type: [auth reference](../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Neo4j database. `KuzuConnectionSpec` has the following fields:
446+
* `connection` (type: [auth reference](../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
447447
* `api_server_url` (type: `str`): The URL of the Kuzu API server, e.g. `http://localhost:8123`.
448448
* `mapping` (type: `Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
449449

0 commit comments

Comments
 (0)