From f48aabb0bf083f2d15a85debe7e955544c773ac9 Mon Sep 17 00:00:00 2001 From: Justin Boyson Date: Tue, 21 May 2019 22:29:22 +0000 Subject: Grammar fix: `more easier` to `easier`. --- doc/development/fe_guide/principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/fe_guide/principles.md b/doc/development/fe_guide/principles.md index 6fb3456222f..adc9ff9560f 100644 --- a/doc/development/fe_guide/principles.md +++ b/doc/development/fe_guide/principles.md @@ -8,7 +8,7 @@ Discuss your architecture design in an issue before writing code. This helps dec ## Be consistent -There are multiple ways of writing code to accomplish the same results. We should be as consistent as possible in how we write code across our codebases. This will make it more easier us to maintain our code across GitLab. +There are multiple ways of writing code to accomplish the same results. We should be as consistent as possible in how we write code across our codebases. This will make it easier us to maintain our code across GitLab. ## Improve code [iteratively](https://about.gitlab.com/handbook/values/#iteration) -- cgit v1.2.1