From 27abfb4f822d06a4f21c4ab2fa839d06d12e0f97 Mon Sep 17 00:00:00 2001 From: Ankit Mohanty Date: Sat, 21 Mar 2026 02:27:21 +0530 Subject: [PATCH] docs: fix typo existance to existence in getStats --- docs/api/filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/filesystem.md b/docs/api/filesystem.md index 9c9378b2..743d16d4 100644 --- a/docs/api/filesystem.md +++ b/docs/api/filesystem.md @@ -321,7 +321,7 @@ await Neutralino.filesystem.move('./myDir', './myFolder'); ## filesystem.getStats(path) Returns file statistics for the given path. If the given path doesn't exist or is inaccessible,`NE_FS_NOPATHE` is thrown. -Therefore, you can use this method to check for the existance of a file or directory. +Therefore, you can use this method to check for the existence of a file or directory. ### Parameters