Skip to content

Commit 02738a5

Browse files
committed
Merge branch 'fix_integration' of https://github.com/terminusdb/terminusdb-client-js into fix_integration
2 parents 2e9546e + c187f05 commit 02738a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/woqlclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ const json = [{ "@type" : "Class",
746746
"@class" : "Coordinate" } }]
747747
client.addDocument(json,{"graph_type":"schema"},"mydb","add new schema documents")
748748

749-
//if we would like to override the intire schema
749+
//if we would like to override the entire schema
750750
const json = [
751751
{"@base": "terminusdb:///data/",
752752
"@schema": "terminusdb:///schema#",

0 commit comments

Comments
 (0)