summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Ming <sming@gitlab.com>2019-09-07 03:11:25 +0000
committerSamantha Ming <sming@gitlab.com>2019-09-07 03:11:25 +0000
commitb28e13811517c8da6b1dc20bc7a4b8e425e1d8cb (patch)
tree5e4d12466a91aaf17321c57ba71e5e6f20a74387
parent78acdecba4d0dafd732428d9225b9599f53140b5 (diff)
downloadgitlab-ce-docs-62122-non-member-resolve-unresolve-discussion.tar.gz
Apply suggestion to doc/user/discussions/index.mddocs-62122-non-member-resolve-unresolve-discussion
-rw-r--r--doc/user/discussions/index.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md
index 0ed2299acbb..2ff0120a594 100644
--- a/doc/user/discussions/index.md
+++ b/doc/user/discussions/index.md
@@ -35,9 +35,10 @@ Thread resolution helps keep track of progress during planning or code review.
Every standard comment or thread in merge requests, commits, commit diffs, and
snippets is initially displayed as unresolved. They can then be individually resolved by anyone
-with at least Developer access to the project or by the author of the change being reviewed. If the thread has been
-resolved and a non-member unresolves their own response. This will unresolve the discussion thread. And should the
-non-member resolves their own response, this will resolve the discussion thread.
+with at least Developer access to the project or by the author of the change being reviewed.
+If the thread has been resolved and a non-member unresolves their own response,
+this will also unresolve the discussion thread.
+If the non-member then resolves this same response, this will resolve the discussion thread.
The need to resolve all standard comments or threads prevents you from forgetting
to address feedback and lets you hide threads that are no longer relevant.