Skip to content

Commit 62fbcd2

Browse files
committed
Fix typo
Fixes #694.
1 parent a53e9c5 commit 62fbcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* ```ts
3-
* import type { Document, Edge } from "arangojs/document";
3+
* import type { Document, Edge } from "arangojs/documents";
44
* ```
55
*
66
* The "document" module provides document/edge related types for TypeScript.

0 commit comments

Comments
 (0)