diff --git a/README.md b/README.md
index 53ff4bf..bbfa0b8 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ This is read-only demo with guest account enabled
 
 ## Limitations
 - Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
-- File permission operations are not supported (chmod/chown)
+- File ownership is not supported (chown)
 
 ## Docker
 Check out [the official docker image](https://hub.docker.com/r/filegator/filegator) with instructions on how to use it
diff --git a/docs/index.md b/docs/index.md
index 3f087ed..2380f78 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -49,7 +49,7 @@ visit: http://127.0.0.1:8080 login as admin/admin123
 
 ## Limitations
 - Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
-- File permission operations are not supported (chmod/chown)
+- File ownership is not supported (chown)
 
 ## Why Open Source on GitHub?