summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-04 12:19:49 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-04 12:19:49 +0800
commitac45612d182ca50d529025763887a2c97ac67595 (patch)
tree893b1b6798524d5e6a08470b2111a005a1d59aec /content
parentforge/setup: Note about cross compilation (diff)
downloadwebsite-ac45612d182ca50d529025763887a2c97ac67595.tar.gz
website-ac45612d182ca50d529025763887a2c97ac67595.tar.zst
website-ac45612d182ca50d529025763887a2c97ac67595.zip
forge: Fix quotation marks
Diffstat (limited to 'content')
-rw-r--r--content/forge/_index.md2
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/`.