diff --git a/Documentation/config-plugins.txt b/Documentation/config-plugins.txt index 6676c9d424..4ac8d62e71 100644 --- a/Documentation/config-plugins.txt +++ b/Documentation/config-plugins.txt @@ -658,7 +658,7 @@ Configuration] This plugin replaces the built-in Gerrit H2 based websession cache with a flatfile based implementation. This implementation is shareable -amongst multiple Gerrit servers, making it useful for multi-master +among multiple Gerrit servers, making it useful for multi-master Gerrit installations. link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/websession-flatfile[ diff --git a/Documentation/intro-project-owner.txt b/Documentation/intro-project-owner.txt index 72fe717034..03eeeb7937 100644 --- a/Documentation/intro-project-owner.txt +++ b/Documentation/intro-project-owner.txt @@ -330,7 +330,7 @@ way a four-eyes principle for the reviews can be enforced. A Prolog submit rule has access to link:prolog-change-facts.html[ information] about the change for which it is testing the -submittability. Amongst others the list of the modified files can be +submittability. Among others the list of the modified files can be accessed, which allows special logic if certain files are touched. For example, a common practice is to require a vote on an additional label, like `Library-Compliance`, if the dependencies of the project are diff --git a/Documentation/intro-quick.txt b/Documentation/intro-quick.txt index bb8013458d..c6dad5b58c 100644 --- a/Documentation/intro-quick.txt +++ b/Documentation/intro-quick.txt @@ -208,7 +208,7 @@ these views you can add inline comments by double clicking on the line can add file comment by double clicking anywhere (not just on the "Patch Set" words) in the table header or single clicking on the icon in the line-number column header. Once published these comments are -viewable to all, allowing discussion of the change to take place. +visible to all, allowing discussion of the change to take place. .Side By Side Patch View image::images/intro-quick-review-line-comment.jpg[Adding a Comment] diff --git a/Documentation/user-submodules.txt b/Documentation/user-submodules.txt index 2754b457e9..13d0755354 100644 --- a/Documentation/user-submodules.txt +++ b/Documentation/user-submodules.txt @@ -28,7 +28,7 @@ To take advantage of this feature, one should: When a commit in a project is merged, Gerrit checks for superprojects that are subscribed to the the project and automatically updates those -superprojects with a commit that updates the gilink for the project. +superprojects with a commit that updates the gitlink for the project. This feature is enabled by default and can be disabled via link:config-gerrit.html#submodule.enableSuperProjectSubscriptions[submodule.enableSuperProjectSubscriptions]