cheat-sheet.md: Fix 'Incorperate' -> 'Incorporate' typo
[swc-git-example.git] / cheat-sheet.md
index 0b6a9bd849e57533536646dad30178ad10c1499c..08258e5d932672b194d1c8db9755103c6e7b8a07 100644 (file)
@@ -90,7 +90,7 @@ Provenance
         $ git tag v1.2.3
         $ git push --tags origin
 
-* Incorperate the tags into any releases.  For example, the Git
+* Incorporate the tags into any releases.  For example, the Git
   project extracts [version information][git-version-gen] when you
   [compile the project][git-makefile].  Most Python projects just
   increment `package.__version__` by hand