Skip to content

Commit 5d2f346

Browse files
committed
doc(NodeIO): Correct writeLocalFileSync spelling
1 parent f68c57c commit 5d2f346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/content/api/node_io.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Write an image to a file on the local filesystem with Node.js.
2323
*imageOrMesh*: [itk/Image](./Image.html) or [itk/Mesh](./Mesh.html) instance to write
2424
*filePath*: path to the file on the local filesystem
2525

26-
## writeFileSync(useCompression, image, filePath) -> null
26+
## writeLocalFileSync(useCompression, image, filePath) -> null
2727

28-
Similar to `writeImageLocalFile`, but synchronous.
28+
Similar to `writeLocalFile`, but synchronous.
2929

3030
---
3131

0 commit comments

Comments
 (0)