From d1609913beeb9bc4715a3406aa137a766a074414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?East=20Monster=20=F0=9F=8D=89?= <89259667+EastMonster@users.noreply.github.com> Date: Sat, 5 Apr 2025 10:39:58 +0800 Subject: [PATCH] docs: acces -> access typo (#2599) --- plugins/fs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 4015d76d..2335af72 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -14,7 +14,7 @@ rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"] [package.metadata.platforms.support] -windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write acces in `$RESOURCES` folder" } +windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write access in `$RESOURCES` folder" } linux = { level = "full", notes = "No write access to `$RESOURCES` folder" } macos = { level = "full", notes = "No write access to `$RESOURCES` folder" } android = { level = "partial", notes = "Access is restricted to Application folder by default" }