diff --git a/docs/user_guide.md b/docs/user_guide.md index 5832ab13b..42d08e7db 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -906,7 +906,7 @@ For example, you have following tags, listed according to their push time, and a You configure a retention policy to retain the two latest tags that match `harbor-*`, so that `harbor-rc` and `harbor-latest` are deleted. However, since all tags refer to the same SHA digest, this policy would also delete the tags `harbor-1.8` and `harbor-release`, so all tags are retained. -### Combining Rules on a Respository +### Combining Rules on a Repository You can define up to 15 rules per project. You can apply multiple rules to a repository or set of repositories. When you apply multiple rules to a repository, they are applied with `OR` logic rather than with `AND` logic. In this way, there is no prioritization of application of the rules on a given repository. Rules run concurrently in the background, and the resulting sets from each rule are combined at the end of the run.