diff options
-rw-r--r-- | content/forge/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/forge/_index.md b/content/forge/_index.md index d8701b6..e699d15 100644 --- a/content/forge/_index.md +++ b/content/forge/_index.md @@ -58,7 +58,7 @@ The following shall function where they make sense: ### Merge requests Each version-controlled repo ("main repo") has an area for merge requests -("MR"s) which may be optionally enabled. A MR is a request to merge +(“MR”s) which may be optionally enabled. A MR is a request to merge changes from one branch ("source branch") into another ("destination branch"), in the same repo. The source branch usually, but not always, begins with `contrib/`. |