Skip to content

Commit 7b21323

Browse files
fix(js-api): temp fix for file object
made a mistake in the naming of the file path. this will change in a future revision.
1 parent cc22067 commit 7b21323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Renames a file
336336
```ts
337337
/*
338338
* @param {Object} file
339-
* @param {String} file.path path of the file
339+
* @param {String} file.file path of the file
340340
* @param {String} file.contents contents of the file
341341
* @param {Object} [options] configuration object
342342
* @param {BaseDirectory} [options.dir] base directory

0 commit comments

Comments
 (0)