From 3ad8dc5a29e0e7665b38feb7f0ba50680f3e5314 Mon Sep 17 00:00:00 2001 From: Peter Krautzberger Date: Thu, 16 Apr 2015 21:08:55 +0200 Subject: [PATCH] updated contributing.md Fixing typos to address comments --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd85a7d5c..96ad9b625 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,7 +139,7 @@ To get it out of the way: - **[develop](https://github.com/MathJax/MathJax/tree/develop)** is the development branch. All work on the next release happens here so - you should generally branch of `develop`. Do **NOT** use this branch + you should generally branch off `develop`. Do **NOT** use this branch for a production site. - **[master](https://github.com/MathJax/MathJax)** contains the latest release of MathJax. This branch may be used in production. Do