summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Boyson <jboyson@gitlab.com>2019-05-21 22:29:22 +0000
committerJustin Boyson <jboyson@gitlab.com>2019-05-21 22:29:22 +0000
commitf48aabb0bf083f2d15a85debe7e955544c773ac9 (patch)
treeb16ab21c949538754b311c31ba64c9fe6e5dcff4
parente6d87e2214c3f49f0acf281f42f3b5ecd42bc85a (diff)
downloadgitlab-ce-patch-62.tar.gz
Grammar fix: `more easier` to `easier`.patch-62
-rw-r--r--doc/development/fe_guide/principles.md2
1 files changed, 1 insertions, 1 deletions
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)