diff --git a/source/developers/code_review_component.markdown b/source/developers/code_review_component.markdown index c47d184083e..4d708290c54 100644 --- a/source/developers/code_review_component.markdown +++ b/source/developers/code_review_component.markdown @@ -19,7 +19,7 @@ Not all existing platforms follow the requirements in this checklist. This canno 1. Requirement version pinned: `REQUIREMENTS = ['phue==0.8.1']` 2. We no longer want requirements hosted on GitHub. Please upload to PyPi. - 3. Requirements only imported inside functions. This is necessary because requirements are installed on the fly. + 3. Requirements should only be imported inside functions. This is necessary because requirements are installed on the fly. ### {% linkable_title Configuration %}