From 540fe504c7b4ff2e3681304f8117317f821b17aa Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 16 Mar 2024 13:36:40 +0100 Subject: [PATCH] docs: Fix spelling mistake [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db35c5831..3bb7b07d0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can also add the following things to the repository: To develop and release ReVanced Patches using this template, some things need to be considered: -- Development occurs in feature branches. Once a feature branch is ready, it is squshed and merged into the `dev` branch +- Development occurs in feature branches. Once a feature branch is ready, it is squashed and merged into the `dev` branch - The `dev` branch is merged into the `main` branch once it is ready for release - Semantic versioning is used to version ReVanced Patches. ReVanced Patches have a public API for other patches to use - Semantic commit messages are used for commits