Skip to content

Commit 5d600e3

Browse files
committed
Improve some sentences
1 parent 47c25cd commit 5d600e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@ The script checks if the target folder is a Drupal installation and stops if
7575
it is not detected.
7676

7777
Once checked, it fixes the ownership of all folders and files (because it is the
78-
same for content and code). Then, it fixes the code and later the content.
78+
same for content and code). Then, it fixes the code files and later the content
79+
files.
7980

8081
The script assumes that `files` and `private` folders under `sites` are content
8182
folders.
8283

8384
If there are content folders outside the Drupal root folder you can use the
84-
`--files-path` option and the script will take care of it.
85+
`--files-path` option and the script will take care of them.
8586

8687
## Vendor folder
8788

@@ -105,8 +106,8 @@ run again to remove all permissions on other users.
105106

106107
The script only changes the files and folders with the wrong permissions or
107108
ownership, making it very fast when only a few files or folders need a fix. For
108-
really big installations this is very important as other scripts apply the
109-
permissions and ownership regardless are needed o not.
109+
really large installations this is very important as other scripts update
110+
permissions and ownership regardless of whether they are needed or not.
110111

111112
## Root permissions
112113

0 commit comments

Comments
 (0)