Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 2334579

Browse files
committed
Merge pull request #29 from daboxu/doc_fix
Fix wrong variable name in document
2 parents b5a0e24 + 227f1e7 commit 2334579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ oneDriveClient
134134
.getItems(parentId)
135135
.getChildren()
136136
.buildRequest()
137-
.create(newItem, callback);
137+
.create(folderToCreate, callback);
138138
```

0 commit comments

Comments
 (0)