From dd9d18dfd88f2f6711808c433493da3c6950bb65 Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Tue, 16 Aug 2022 13:33:04 -0400 Subject: [PATCH] fix(docs): Fix typo --- doc/content/api/node_io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/api/node_io.md b/doc/content/api/node_io.md index 6f0f5ae42..db8809eb1 100644 --- a/doc/content/api/node_io.md +++ b/doc/content/api/node_io.md @@ -61,4 +61,4 @@ Write a mesh to a file on the local filesystem with Node.js. *mesh*: [Mesh](./Mesh.html) instance to write *filePath*: path to the file on the local filesystem *useCompression*: compress the pixel data when possible -*binaryFileType*: write in an binary as opposed to a ascii format, if possible +*binaryFileType*: write in a binary as opposed to a ascii format, if possible