fixed typo issue (#19429)

converted is to it
This commit is contained in:
Thamizhselvan
2018-10-16 09:21:49 +05:30
committed by Randell Dawson
parent c7ce87090f
commit 133fbdeb25

View File

@ -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.