Update docs/topics/components.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Andrey Rahmatullin 2022-07-27 23:12:31 +05:00 committed by GitHub
parent faa12d1fbe
commit 83ecdf1bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Enforcing component requirements
================================
Sometimes, your components may only be intended to work under certain
conditions. For example, the may require a minimum version of Scrapy to work as
conditions. For example, they may require a minimum version of Scrapy to work as
intended, or they may require certain settings to have specific values.
In addition to describing those conditions in the documentation of your