From 243598089d39156640a659ba7619a63f108f8297 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Thu, 10 Sep 2015 15:50:34 +0200 Subject: [PATCH] Updated Squashing Commits (markdown) --- Squashing-Commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Squashing-Commits.md b/Squashing-Commits.md index 7749eea..36ab025 100644 --- a/Squashing-Commits.md +++ b/Squashing-Commits.md @@ -1,7 +1,7 @@ We try to keep the history for PDF.js relatively clean and we may ask contributors to "squash" their commits before we merge. **Note:** -These directions assume that you named the Mozilla pdf.js repo (not your fork) `upstream` and you have a branch called `super-feature`. See [[Contributing]] for details. +These directions assume that you named the Mozilla PDF.js repo (not your fork) `upstream` and you have a branch called `super-feature`. See [[Contributing]] for details. 1. Simple case (no merge commits) - say you have three commits in your pull request and you want to squash them into one commit: ```