Skip to content

Commit d160991

Browse files
authored
docs: acces -> access typo (#2599)
1 parent c2fd60a commit d160991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rustc-args = ["--cfg", "docsrs"]
1414
rustdoc-args = ["--cfg", "docsrs"]
1515

1616
[package.metadata.platforms.support]
17-
windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write acces in `$RESOURCES` folder" }
17+
windows = { level = "full", notes = "Apps installed via MSI or NSIS in `perMachine` and `both` mode require admin permissions for write access in `$RESOURCES` folder" }
1818
linux = { level = "full", notes = "No write access to `$RESOURCES` folder" }
1919
macos = { level = "full", notes = "No write access to `$RESOURCES` folder" }
2020
android = { level = "partial", notes = "Access is restricted to Application folder by default" }

0 commit comments

Comments
 (0)