diff --git a/client/src/pages/guide/english/working-in-tech/code-reviews/index.md b/client/src/pages/guide/english/working-in-tech/code-reviews/index.md index 8a64de9704..334e0afdc3 100644 --- a/client/src/pages/guide/english/working-in-tech/code-reviews/index.md +++ b/client/src/pages/guide/english/working-in-tech/code-reviews/index.md @@ -15,7 +15,7 @@ As to what is reviewed and when, well there is no clear answer. Many teams have rules that every piece of code that checks-in in the version control system has to be reviewed by another programmer, while other teams have whole days when they dedicate to code reviews across the team. -Is is important to be humble throughout the code review process. Accept your mistakes, +It is important to be humble throughout the code review process. Accept your mistakes, and be professional when pointing out improvements or errors in the code of your fellow team members.