From 2e719639b984c10771695655df42feff0401c621 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Thu, 21 Jul 2016 15:52:57 +0300 Subject: [PATCH] docs(CONTRIBUTING.md): fix typo (submitted --> merged) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68e33b169..8e15e4dc5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ Loosely, follow the [Angular contribution rules](https://github.com/angular/angu * If your PR changes any behavior or fixes an issue, it should have an associated test. * New features should be general and as simple as possible. * Breaking changes should be avoided if possible. - * All pull requests require review. No PR will be submitted without a comment from a team member stating LGTM (Looks good to me). + * All pull requests require review. No PR will be merged without a comment from a team member stating LGTM (Looks good to me). Protractor specific rules -------------------------