docs: fix missing 'of' in faq.rst (#7780)

'instead joining the strings' -> 'instead of joining the strings'.
This commit is contained in:
SpiliosDmk 2026-07-25 08:19:53 +03:00 committed by GitHub
parent 58ed9fdccc
commit e4ae4aad52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ middleware with a :ref:`custom downloader middleware
<topics-downloader-middleware-custom>` that requires less memory. For example:
- If your domain names are similar enough, use your own regular expression
instead joining the strings in :attr:`~scrapy.Spider.allowed_domains` into
instead of joining the strings in :attr:`~scrapy.Spider.allowed_domains` into
a complex regular expression.
- If you can meet the installation requirements, use pyre2_ instead of