From 511fe3d9f8c9eab0f97160a309b2df38804a43c0 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 26 Aug 2016 15:35:33 -0700 Subject: [PATCH] chore(contributing): remove documentation note (#11108) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 606d75020c..ca3f837068 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ If you have questions about how to *use* Angular, please direct them to the [Goo discussion list or [StackOverflow][stackoverflow]. Please note that Angular 2 is still in early developer preview, and the core team's capacity to answer usage questions is limited. We are also available on [Gitter][gitter]. ## Found an Issue? -If you find a bug in the source code or a mistake in the documentation, you can help us by +If you find a bug in the source code, you can help us by [submitting an issue](#submit-issue) to our [GitHub Repository][github]. Even better, you can [submit a Pull Request](#submit-pr) with a fix.