From 4b6477f062eb13e6b21011395f634696482a29f5 Mon Sep 17 00:00:00 2001 From: Amit Levy Date: Sun, 21 Aug 2016 22:42:33 -0400 Subject: [PATCH] Minor type in CONTRIBUTING.md A single missing article --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60935770781..4e6cd6c9782 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -230,7 +230,7 @@ To find documentation-related issues, sort by the [A-docs label][adocs]. In many cases, you don't need a full `make doc`. You can use `rustdoc` directly to check small fixes. For example, `rustdoc src/doc/reference.md` will render reference to `doc/reference.html`. The CSS might be messed up, but you can -verify that HTML is right. +verify that the HTML is right. ## Issue Triage