summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-04-11 14:04:09 -0500
committervulcandth <vulcandth@gmail.com>2022-04-11 14:04:09 -0500
commit9d620b7f5233ce8196250a7e9fe7f25d36dd0343 (patch)
tree9d5391e4e1891ac468ca83bc1a947265c6d3c0fd
parent819d4b4a1367df23903a18018486f5ce23370d85 (diff)
Branches Typo to -> forHEADmaster
-rw-r--r--Branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Branches.md b/Branches.md
index b727caa..f95bf04 100644
--- a/Branches.md
+++ b/Branches.md
@@ -8,7 +8,7 @@ Patch branches are typically used to generate a `.patch` file that may be applie
## Base Branches
-Base branches are typically not very portable and are designed to user's to use them as a base to build on top of.
+Base branches are typically not very portable and are designed for user's to use them as a base to build on top of.
- [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data.
- [pokecrystal-no-maps](https://github.com/Rangi42/pokecrystal/tree/no-maps) - Removes all but some essential maps.