From c2f9e7f6e6121939fa7b49e09f51b60b9b4d0132 Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 4 Jan 2017 10:39:10 -0800 Subject: [PATCH] Remove an extra "`" from the documentation Summary: One too many. Test Plan: Counted carefully. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D17137 --- src/docs/contributor/version.diviner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/contributor/version.diviner b/src/docs/contributor/version.diviner index a13c12d86f..8ffafede1b 100644 --- a/src/docs/contributor/version.diviner +++ b/src/docs/contributor/version.diviner @@ -65,7 +65,7 @@ In most cases, you can find the upstream commit you've branched from like this: ``` $ git merge-base HEAD origin/master -```` +``` Note that if you report a bug and have local commits, we will almost always ask you to reproduce the issue against a clean copy of Phabricator before we