From 5c444cac40572fc171a7db6b492c198314bc54f3 Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:42:21 +0800 Subject: [PATCH] fix typo apps/remix-ide/team-best-practices.md --- apps/remix-ide/team-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/team-best-practices.md b/apps/remix-ide/team-best-practices.md index 946078fe47..3753cf1778 100644 --- a/apps/remix-ide/team-best-practices.md +++ b/apps/remix-ide/team-best-practices.md @@ -106,7 +106,7 @@ Before starting coding, we should ensure all devs / contributors are aware of: Your feedback will often be better received if you pose it in the form of a question. - Pull request should be reviewed to comply to coding best practices. - - You should take the responsability of the PR you are reviewing. + - You should take the responsibility of the PR you are reviewing. - You should make sure the app is viable after the PR is being merged. - You should make sure the PR is correctly tested (e2e tests, unit tests) - Ideally You should have enough knowledge to be able to fix related bugs.